diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2021-10-11 14:59:48 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-10-21 03:46:03 +0200 |
commit | 2443fd7032ffb28626f5705b9003269196d1e0f4 (patch) | |
tree | 94e40d1d81b19eeb382987e10cacf06bce236116 /doc | |
parent | 1da0b6ab2a2183b1c9e4cf3623d3e796931c861f (diff) | |
download | u-boot-2443fd7032ffb28626f5705b9003269196d1e0f4.tar.gz u-boot-2443fd7032ffb28626f5705b9003269196d1e0f4.tar.bz2 u-boot-2443fd7032ffb28626f5705b9003269196d1e0f4.zip |
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')
-rw-r--r-- | doc/build/gcc.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index 6c4b4ad7a0..cdd7970032 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 ~~~~~~~~~~ |