dev-python/python-prctl: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:55 +0000 (19:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:49 +0000 (19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-prctl/python-prctl-1.7.ebuild

index 3e4b4ada4b571f53cf0c836d7546f049436a098b..853ab34592b537f68dfa8250d1a26c049c6a14b7 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