diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-07-05 11:42:20 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-07-05 11:47:07 +0200 |
| commit | 5e21254b0cebafc6755c004a87b71a9197a68a3e (patch) | |
| tree | 988874a04d078a8381e2c43748695caced2b0f96 /dev-lang/python/python-3.11.9999.ebuild | |
| parent | a38b70c078a251595a886932682fcd64d1ff1e73 (diff) | |
| download | gentoo-5e21254b0cebafc6755c004a87b71a9197a68a3e.tar.gz gentoo-5e21254b0cebafc6755c004a87b71a9197a68a3e.tar.bz2 gentoo-5e21254b0cebafc6755c004a87b71a9197a68a3e.zip | |
dev-lang/python: Update dev-python/ensurepip-* dependencies
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 <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.11.9999.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.11.9999.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
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 |
