diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-30 13:56:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-30 13:57:33 +0200 |
commit | 9e1d480c2fdd9906aaa4bfe6e20be8ceb0c9af7c (patch) | |
tree | d8ab28cfbd89a36dec206813730129ad49f6ffc4 /eclass/tests | |
parent | x11-themes/numix-icon-theme: Version bump (v20.03.20) (diff) | |
download | gentoo-9e1d480c2fdd9906aaa4bfe6e20be8ceb0c9af7c.tar.gz gentoo-9e1d480c2fdd9906aaa4bfe6e20be8ceb0c9af7c.tar.bz2 gentoo-9e1d480c2fdd9906aaa4bfe6e20be8ceb0c9af7c.zip |
eclass/tests/distutils-r1.sh: Update Python versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/distutils-r1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/distutils-r1.sh b/eclass/tests/distutils-r1.sh index 9ef4562edf1a..10f57b59edf9 100755 --- a/eclass/tests/distutils-r1.sh +++ b/eclass/tests/distutils-r1.sh @@ -63,7 +63,7 @@ tend einfo distutils_enable_tests eindent BASE_IUSE="python_targets_python2_7" -BASE_DEPS="python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]" +BASE_DEPS="python_targets_python2_7? ( >=dev-lang/python-2.7.17-r1:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]" TEST_RESTRICT=" !test? ( test )" einfo "empty RDEPEND" |