From 0d712ad5a66b1b4ae882babb8a7a05a3b5f39a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 14 Jul 2025 18:51:51 +0200 Subject: dev-lang/python: Move ensurepip deps to PDEPEND, to avoid cyclic dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/960054 Signed-off-by: Michał Górny --- dev-lang/python/python-3.8.20_p7-r1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'dev-lang/python/python-3.8.20_p7-r1.ebuild') diff --git a/dev-lang/python/python-3.8.20_p7-r1.ebuild b/dev-lang/python/python-3.8.20_p7-r1.ebuild index befe9e3cb75e..68f8fe262c0c 100644 --- a/dev-lang/python/python-3.8.20_p7-r1.ebuild +++ b/dev-lang/python/python-3.8.20_p7-r1.ebuild @@ -50,10 +50,6 @@ RDEPEND=" >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= virtual/libintl - ensurepip? ( - dev-python/ensurepip-pip - dev-python/ensurepip-setuptools - ) gdbm? ( sys-libs/gdbm:=[berkdb] ) kernel_linux? ( sys-apps/util-linux:= ) ncurses? ( >=sys-libs/ncurses-5.2:= ) @@ -88,6 +84,12 @@ BDEPEND=" RDEPEND+=" !build? ( app-misc/mime-types ) " +PDEPEND=" + ensurepip? ( + dev-python/ensurepip-pip + dev-python/ensurepip-setuptools + ) +" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc -- cgit v1.2.3