mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
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>
This commit is contained in:
parent
1da0b6ab2a
commit
2443fd7032
1 changed files with 3 additions and 3 deletions
6
doc/build/gcc.rst
vendored
6
doc/build/gcc.rst
vendored
|
@ -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
|
||||
~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Reference in a new issue