mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}]
|
||||
|
||||
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user