aboutsummaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-10-11 14:59:48 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-10-21 03:46:03 +0200
commit2443fd7032ffb28626f5705b9003269196d1e0f4 (patch)
tree94e40d1d81b19eeb382987e10cacf06bce236116 /doc/build
parent1da0b6ab2a2183b1c9e4cf3623d3e796931c861f (diff)
downloadu-boot-2443fd7032ffb28626f5705b9003269196d1e0f4.zip
u-boot-2443fd7032ffb28626f5705b9003269196d1e0f4.tar.gz
u-boot-2443fd7032ffb28626f5705b9003269196d1e0f4.tar.bz2
doc: add python3-pkg-resources to build dependencies
tools/binman/control.py imports Python package pkg_resources. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/gcc.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index 6c4b4ad..cdd7970 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -27,9 +27,9 @@ Depending on the build targets further packages maybe needed
device-tree-compiler dfu-util efitools flex gdisk graphviz imagemagick \
liblz4-tool libguestfs-tools libncurses-dev libpython3-dev libsdl2-dev \
libssl-dev lz4 lzma lzma-alone openssl pkg-config python3 \
- python3-coverage python3-pycryptodome python3-pyelftools python3-pytest \
- python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme python3-virtualenv \
- swig
+ python3-coverage python3-pkg-resources python3-pycryptodome \
+ python3-pyelftools python3-pytest python3-sphinxcontrib.apidoc \
+ python3-sphinx-rtd-theme python3-virtualenv swig
SUSE based
~~~~~~~~~~