diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-26 06:09:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-14 11:16:12 +0100 |
commit | a91826ea4ebbb9a923956bbfe2b2b2a5af5dddb6 (patch) | |
tree | 7e0f008d961c150479cff4054682b0b8ca65dac5 /eclass/python-any-r1.eclass | |
parent | distutils-r1.eclass: Remove EAPI 6 support (diff) | |
download | gentoo-a91826ea4ebbb9a923956bbfe2b2b2a5af5dddb6.tar.gz gentoo-a91826ea4ebbb9a923956bbfe2b2b2a5af5dddb6.tar.bz2 gentoo-a91826ea4ebbb9a923956bbfe2b2b2a5af5dddb6.zip |
python-any-r1.eclass: Stop allowing python2_7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-any-r1.eclass')
-rw-r--r-- | eclass/python-any-r1.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index f1f54358000c..558f725f74b7 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -174,7 +174,6 @@ _python_any_set_globals() { local usestr deps i PYTHON_PKG_DEP [[ ${PYTHON_REQ_USE} ]] && usestr="[${PYTHON_REQ_USE}]" - _PYTHON_ALLOW_PY27=1 \ _python_set_impls for i in "${_PYTHON_SUPPORTED_IMPLS[@]}"; do |