Mailing List Archive

[PATCH 3/5] python-any-r1.eclass: Stop allowing python2_7
Signed-off-by: Micha? Górny <mgorny@gentoo.org>
---
eclass/python-any-r1.eclass | 1 -
1 file changed, 1 deletion(-)

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
--
2.38.1