dev-python/backports-abc: Remove py3
authorMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 13:50:31 +0000 (15:50 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 15:49:01 +0000 (17:49 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/backports-abc/backports-abc-0.5.ebuild

index 2ac57c3ca50c1b4f96c24dacd6d98f2e0dfddbe2..5595d053e65654ead1749bb6bda38d516b3ab2d0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1