dev-python/inflection: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:30:18 +0000 (15:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:37:09 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/inflection/inflection-0.3.1.ebuild

index 512a2d3f53cf6aa7f0aebeacbf818bb012842460..0d2db3a146d7ffc14e36fc96d41cefd69189280a 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,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1