dev-python/flask-mongoengine: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:12:55 +0000 (14:12 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:24:23 +0000 (14:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild

index c84807b41ce39a725917f6ce1e3829c8cbcfacae..f8eb13822f6765e0a4bac480622eeafc04acada0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1