summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 13:27:09 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 13:31:04 +0200
commit4f0db1efd1c944c3009efa30a63dfc3aff25b665 (patch)
treeb240c8fda9e4c8747976e425edce546c2dcfc913 /dev-python/flask-principal
parentdev-python/flask-mail: Support python3.6 (diff)
downloadgentoo-4f0db1efd1c944c3009efa30a63dfc3aff25b665.tar.gz
gentoo-4f0db1efd1c944c3009efa30a63dfc3aff25b665.tar.bz2
gentoo-4f0db1efd1c944c3009efa30a63dfc3aff25b665.zip
dev-python/flask-principal: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/flask-principal')
-rw-r--r--dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
index fd4190802173..095499b84520 100644
--- a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
+++ b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1