dev-python/flask-script: Drop py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 19:50:43 +0000 (20:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 19:52:35 +0000 (20:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/flask-script/flask-script-2.0.6.ebuild

index 654ba6eaacc440f403c67ee0ec7e58a3354eb549..047c4f2f6df0f7d759b41adc15ae2501a3bb145e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 MY_PN="Flask-Script"