commit:     b86180ee28ef6010a2ac49b753833d51ea9b3e81
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 13:16:50 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 14:25:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86180ee

dev-python/pip: Remove redundant min. versions in 23.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pip/pip-23.0.ebuild | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev-python/pip/pip-23.0.ebuild b/dev-python/pip/pip-23.0.ebuild
index d88d2f950e8e..b10d49be6de2 100644
--- a/dev-python/pip/pip-23.0.ebuild
+++ b/dev-python/pip/pip-23.0.ebuild
@@ -43,21 +43,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~
 SLOT="0"
 IUSE="test-rust"
 
-# TODO: remove the explicit deps when we update distutils-r1
 RDEPEND="
        >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '
-               >=dev-lang/python-3.9.16-r1:3.9
-       ' python3_9)
-       $(python_gen_cond_dep '
-               >=dev-lang/python-3.10.9-r1:3.10
-       ' python3_10)
-       $(python_gen_cond_dep '
-               >=dev-lang/python-3.11.1-r1:3.11
-       ' python3_11)
-       $(python_gen_cond_dep '
-               >=dev-python/pypy3-7.3.11-r1
-       ' pypy3)
 "
 BDEPEND="
        ${RDEPEND}

Reply via email to