mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-lang/pypy: Move ensurepip deps to PDEPEND, to avoid cyclic dep
Followup to commit 0d712ad5a6 which
handled this for dev-lang/python.
Bug: https://bugs.gentoo.org/960054
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -42,10 +42,6 @@ RDEPEND="
|
||||
dev-lang/python-exec[python_targets_pypy${PYVER/./_}(-)]
|
||||
dev-libs/openssl:0=
|
||||
dev-python/gentoo-common
|
||||
ensurepip? (
|
||||
dev-python/ensurepip-pip
|
||||
dev-python/ensurepip-setuptools
|
||||
)
|
||||
gdbm? ( sys-libs/gdbm:0= )
|
||||
sqlite? ( dev-db/sqlite:3= )
|
||||
tk? (
|
||||
@@ -61,6 +57,13 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
PDEPEND="
|
||||
ensurepip? (
|
||||
dev-python/ensurepip-pip
|
||||
dev-python/ensurepip-setuptools
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
local PATCHES=(
|
||||
"${WORKDIR}/${PATCHSET}"
|
||||
|
||||
Reference in New Issue
Block a user