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.11.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev-lang/python/python-3.12.11.ebuild') diff --git a/dev-lang/python/python-3.12.11.ebuild b/dev-lang/python/python-3.12.11.ebuild index d73d44638f23..621dd5b4c291 100644 --- a/dev-lang/python/python-3.12.11.ebuild +++ b/dev-lang/python/python-3.12.11.ebuild @@ -51,7 +51,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:= ) @@ -95,6 +94,9 @@ if [[ ${PV} != *_alpha* ]]; then dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] " fi +PDEPEND=" + ensurepip? ( dev-python/ensurepip-pip ) +" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/python.org.asc -- cgit v1.2.3