summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.14.0_beta3.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-05 11:42:20 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-05 11:47:07 +0200
commit5e21254b0cebafc6755c004a87b71a9197a68a3e (patch)
tree988874a04d078a8381e2c43748695caced2b0f96 /dev-lang/python/python-3.14.0_beta3.ebuild
parenta38b70c078a251595a886932682fcd64d1ff1e73 (diff)
downloadgentoo-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.14.0_beta3.ebuild')
-rw-r--r--dev-lang/python/python-3.14.0_beta3.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.14.0_beta3.ebuild b/dev-lang/python/python-3.14.0_beta3.ebuild
index 4337b2f22edd..96b2eb246539 100644
--- a/dev-lang/python/python-3.14.0_beta3.ebuild
+++ b/dev-lang/python/python-3.14.0_beta3.ebuild
@@ -80,7 +80,6 @@ DEPEND="
test? (
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
- dev-python/ensurepip-wheel
)
valgrind? ( dev-debug/valgrind )
"