dev-python/flask-security: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:30:18 +0000 (13:30 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:31:11 +0000 (13:31 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/flask-security/flask-security-3.0.0.ebuild

index a816005949bc95525013493466e02fdd2f225699..f5d28b42bd48a6b06939f5d80b8e8ed14700d7fe 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1