diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 13:30:18 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 13:31:11 +0200 |
commit | 50f8ccfae900bad7ea32aa1130938149c9a9ce2e (patch) | |
tree | 4935ebfd27311c8e31ebfe8ece57155a881d8ddf /dev-python/flask-security | |
parent | dev-python/flask-uploads: Support python3.6 (diff) | |
download | gentoo-50f8ccfae900bad7ea32aa1130938149c9a9ce2e.tar.gz gentoo-50f8ccfae900bad7ea32aa1130938149c9a9ce2e.tar.bz2 gentoo-50f8ccfae900bad7ea32aa1130938149c9a9ce2e.zip |
dev-python/flask-security: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/flask-security')
-rw-r--r-- | dev-python/flask-security/flask-security-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-security/flask-security-3.0.0.ebuild b/dev-python/flask-security/flask-security-3.0.0.ebuild index a816005949bc..f5d28b42bd48 100644 --- a/dev-python/flask-security/flask-security-3.0.0.ebuild +++ b/dev-python/flask-security/flask-security-3.0.0.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} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |