dev-python/setproctitle: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Sun, 17 May 2020 05:33:01 +0000 (07:33 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 17 May 2020 05:33:01 +0000 (07:33 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/setproctitle/setproctitle-1.1.10-r1.ebuild

index 0bbb398ef4a17bd9636485a66a5eb3303d61432d..0b893c76c4100773aaa8ccf8ddd8a7924cff88e5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 # pypy doesn't get started in test run. Still required by www-servers/gunicorn
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1 toolchain-funcs