diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-31 09:59:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-09 09:09:06 +0100 |
commit | 61d3e4f58783d613521c9cd9d2877c932212e460 (patch) | |
tree | bbe629c0f9598d983ccf0cf0b8ca1e5b27a5ebc8 /eclass/tests | |
parent | dev-python/pypy3: Depend on python-exec[python_targets_pypy3] (diff) | |
download | gentoo-61d3e4f58783d613521c9cd9d2877c932212e460.tar.gz gentoo-61d3e4f58783d613521c9cd9d2877c932212e460.tar.bz2 gentoo-61d3e4f58783d613521c9cd9d2877c932212e460.zip |
python-utils-r1.eclass: Bump minimal Python versions
Bump minimal Python package versions to ensure that the python-exec deps
are inside.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/distutils-r1.sh | 2 | ||||
-rwxr-xr-x | eclass/tests/distutils-r1_single.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/tests/distutils-r1.sh b/eclass/tests/distutils-r1.sh index 1ccb1dfbc523..a582bd9bbee7 100755 --- a/eclass/tests/distutils-r1.sh +++ b/eclass/tests/distutils-r1.sh @@ -97,7 +97,7 @@ tend einfo distutils_enable_tests eindent BASE_IUSE="python_targets_python3_8" -BASE_DEPS="python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]" +BASE_DEPS="python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?]" TEST_RESTRICT="!test? ( test )" einfo "empty RDEPEND" diff --git a/eclass/tests/distutils-r1_single.sh b/eclass/tests/distutils-r1_single.sh index 56b62ca0e90f..8d07eebb133f 100755 --- a/eclass/tests/distutils-r1_single.sh +++ b/eclass/tests/distutils-r1_single.sh @@ -77,7 +77,7 @@ inherit distutils-r1 einfo distutils_enable_tests eindent BASE_IUSE="+python_single_target_python3_8" -BASE_DEPS="python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] )" +BASE_DEPS="python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] )" TEST_RESTRICT="!test? ( test )" einfo "empty RDEPEND" |