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.12.9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev-lang/python/python-3.12.9999.ebuild') diff --git a/dev-lang/python/python-3.12.9999.ebuild b/dev-lang/python/python-3.12.9999.ebuild index 09aa0d642de2..89574c0c4136 100644 --- a/dev-lang/python/python-3.12.9999.ebuild +++ b/dev-lang/python/python-3.12.9999.ebuild @@ -45,7 +45,6 @@ RDEPEND=" >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= virtual/libintl - ensurepip? ( dev-python/ensurepip-pip ) gdbm? ( sys-libs/gdbm:=[berkdb] ) kernel_linux? ( sys-apps/util-linux:= ) ncurses? ( >=sys-libs/ncurses-5.2:= ) @@ -88,6 +87,9 @@ if [[ ${PV} != *_alpha* ]]; then dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] " fi +PDEPEND=" + ensurepip? ( dev-python/ensurepip-pip ) +" # large file tests involve a 2.5G file being copied (duplicated) CHECKREQS_DISK_BUILD=5500M -- cgit v1.2.3