dev-python/m2crypto: Remove python2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-20 17:43:06 +02:00
parent 1a71b01f1c
commit 3ada6e55b0
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8})
PYTHON_COMPAT=( python3_{6,7,8})
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 toolchain-funcs

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6..9} )
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 toolchain-funcs