dev-python/fasteners: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 16:21:03 +0000 (17:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 16:27:49 +0000 (17:27 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/fasteners/fasteners-0.14.1-r1.ebuild

index 8f021a8b24c297e325f478e37233f030fe464c27..9413f8a034628a62229fe1a33a162816deeb7dcc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1