dev-lang/pypy: Move ensurepip deps to PDEPEND, to avoid cyclic dep

Followup to commit 0d712ad5a66b1b4ae882babb8a7a05a3b5f39a38 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:
Eli Schwartz 2025-08-04 18:16:06 -04:00
parent 079ee48115
commit f2f41ef9f0
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57

View File

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