From 5e21254b0cebafc6755c004a87b71a9197a68a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 5 Jul 2025 11:42:20 +0200 Subject: dev-lang/python: Update dev-python/ensurepip-* dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inline dev-python/ensurepip-wheels dependencies in all Python versions to pave the way for removing the metapackage. Remove unnecessary dev-python/ensurepip-wheel test dependency from slots other than 3.12; the dependency was introduced in that version and removed in 3.13, as the bundled setuptools wheel was updated. TODO: patch 3.12 to remove the dependency as well? Signed-off-by: Michał Górny --- dev-lang/python/python-3.11.9999.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'dev-lang/python/python-3.11.9999.ebuild') diff --git a/dev-lang/python/python-3.11.9999.ebuild b/dev-lang/python/python-3.11.9999.ebuild index 224e9c5699b8..769d7f5c8026 100644 --- a/dev-lang/python/python-3.11.9999.ebuild +++ b/dev-lang/python/python-3.11.9999.ebuild @@ -45,7 +45,10 @@ RDEPEND=" >=sys-libs/zlib-1.1.3:= virtual/libcrypt:= virtual/libintl - ensurepip? ( dev-python/ensurepip-wheels ) + 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:= ) @@ -66,7 +69,11 @@ RDEPEND=" DEPEND=" ${RDEPEND} bluetooth? ( net-wireless/bluez ) - test? ( app-arch/xz-utils ) + test? ( + app-arch/xz-utils + dev-python/ensurepip-pip + dev-python/ensurepip-setuptools + ) valgrind? ( dev-debug/valgrind ) " # autoconf-archive needed to eautoreconf -- cgit v1.2.3