dev-python/flask-nav: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 05:36:30 +0000 (06:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 05:50:21 +0000 (06:50 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/flask-nav/flask-nav-0.6-r1.ebuild

index 9c3f4f6e8cdcfc4a90adfbc99a3070413c5837a0..d8fdd36f3ced82893bbb1b79a2231a3750f87897 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