diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:19:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 20:25:01 +0100 |
commit | 0d3967b531d4125a925f1f0dea643d55efc947e7 (patch) | |
tree | 424aa8c3186d06c94c8823a7ec1f55d499e615ca /dev-python/flask-principal | |
parent | dev-python/flask-paranoid: python3_7 (diff) | |
download | gentoo-0d3967b531d4125a925f1f0dea643d55efc947e7.tar.gz gentoo-0d3967b531d4125a925f1f0dea643d55efc947e7.tar.bz2 gentoo-0d3967b531d4125a925f1f0dea643d55efc947e7.zip |
dev-python/flask-principal: python3_7
Tests passed.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/flask-principal')
-rw-r--r-- | dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild | 3 |
1 files changed, 2 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 ade103580095..07802fd277c5 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,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1 |