doc/build/gcc: add more required packages
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 26 May 2022 08:15:58 +0000 (10:15 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 28 May 2022 08:59:27 +0000 (10:59 +0200)
The following Python packages are used by U-Boot, too:

* python3-asteval
* python3-subunit
* python3-testtools

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/build/gcc.rst

index 470a7aa..682051a 100644 (file)
@@ -27,10 +27,10 @@ Depending on the build targets further packages maybe needed
       device-tree-compiler dfu-util efitools flex gdisk graphviz imagemagick \
       liblz4-tool libgnutls28-dev libguestfs-tools libncurses-dev \
       libpython3-dev libsdl2-dev libssl-dev lz4 lzma lzma-alone openssl \
-      pkg-config python3 python3-coverage python3-pkg-resources \
-      python3-pycryptodome python3-pyelftools python3-pytest \
-      python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme python3-virtualenv \
-      swig
+      pkg-config python3 python3-asteval python3-coverage \
+      python3-pkg-resources python3-pycryptodome python3-pyelftools \
+      python3-pytest python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme \
+      python3-subunit python3-testtools python3-virtualenv swig
 
 SUSE based
 ~~~~~~~~~~