dev-python/python-gnupg: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-03 09:34:10 +01:00
parent 9932117a6b
commit cdfdba8e68

View File

@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS="no"
PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1