mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/qemu: add recommended host-python-distlib dependency
The docs here: https://wiki.qemu.org/ChangeLog/8.1#Build_Dependencies Indicates: It is recommended to install distlib as well, but the build process tries to cope with its absence and it shouldn't be necessary. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
925b09f7ed
commit
d8e9505922
@@ -26,6 +26,7 @@ QEMU_DEPENDENCIES = \
|
||||
host-meson \
|
||||
host-pkgconf \
|
||||
host-python3 \
|
||||
host-python-distlib \
|
||||
libglib2 \
|
||||
zlib
|
||||
|
||||
@@ -339,6 +340,7 @@ HOST_QEMU_DEPENDENCIES = \
|
||||
host-pixman \
|
||||
host-pkgconf \
|
||||
host-python3 \
|
||||
host-python-distlib \
|
||||
host-slirp \
|
||||
host-zlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user