summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-26 11:15:58 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-28 11:59:27 +0300
commit42356472bf94b6373da798b8f3a172e7a844ed0f (patch)
treec2f96ae1ae23a0392cec942e2cfef47edf7c7044 /doc
parent783f2c879dd28b9c4f2ed7b259cc82d530862f30 (diff)
downloadu-boot-42356472bf94b6373da798b8f3a172e7a844ed0f.tar.xz
doc/build/gcc: add more required packages
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/build/gcc.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index 470a7aa349..682051abeb 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -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
~~~~~~~~~~