diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:21:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 20:25:03 +0100 |
commit | b8c47bc2e91be91b75ad561aa27467ea07a59441 (patch) | |
tree | 4c419ebdef874e88543c741db506a09046b57fab /dev-python/flask-security | |
parent | dev-python/flask-mongoengine: python3_7 (diff) | |
download | gentoo-b8c47bc2e91be91b75ad561aa27467ea07a59441.tar.gz gentoo-b8c47bc2e91be91b75ad561aa27467ea07a59441.tar.bz2 gentoo-b8c47bc2e91be91b75ad561aa27467ea07a59441.zip |
dev-python/flask-security: python3_7
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/flask-security')
-rw-r--r-- | dev-python/flask-security/flask-security-3.0.0.ebuild | 3 |
1 files changed, 2 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 a7663bdf8ff7..2c30e4558a56 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,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 |