app-emulation/qemu: BDEPEND on dev-python/pip for now

Better to do pip than python[ensurepip] given that's a heavier build. Hope
to be able to avoid pip entirely but this is a cheap add for now.

Bug: https://bugs.gentoo.org/913084
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-08-28 23:47:45 +01:00
parent ff65f5c822
commit dafdf8f41f
2 changed files with 4 additions and 0 deletions

View File

@@ -268,10 +268,12 @@ PPC_FIRMWARE_DEPEND="
)
"
# See bug #913084 for pip dep
BDEPEND="
$(python_gen_impl_dep)
dev-lang/perl
>=dev-util/meson-0.63.0
dev-python/pip[${PYTHON_USEDEP}]
virtual/pkgconfig
doc? (
>=dev-python/sphinx-1.6.0[${PYTHON_USEDEP}]

View File

@@ -268,10 +268,12 @@ PPC_FIRMWARE_DEPEND="
)
"
# See bug #913084 for pip dep
BDEPEND="
$(python_gen_impl_dep)
dev-lang/perl
>=dev-util/meson-0.63.0
dev-python/pip[${PYTHON_USEDEP}]
virtual/pkgconfig
doc? (
>=dev-python/sphinx-1.6.0[${PYTHON_USEDEP}]