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:
James Hilliard 2023-08-27 13:40:03 -06:00 committed by Thomas Petazzoni
parent 925b09f7ed
commit d8e9505922

View File

@ -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