diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:14:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 20:24:58 +0100 |
commit | 40f943fe211a2693c1fbf718675235c36ef37776 (patch) | |
tree | 8f08b767145d4c7e4ab53aa5d918284e26180464 /dev-python/flask-babelex | |
parent | dev-python/speaklater: python3_7 (diff) | |
download | gentoo-40f943fe211a2693c1fbf718675235c36ef37776.tar.gz gentoo-40f943fe211a2693c1fbf718675235c36ef37776.tar.bz2 gentoo-40f943fe211a2693c1fbf718675235c36ef37776.zip |
dev-python/flask-babelex: 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-babelex')
-rw-r--r-- | dev-python/flask-babelex/flask-babelex-0.9.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild b/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild index 9a106c8b49e4..d29852f89832 100644 --- a/dev-python/flask-babelex/flask-babelex-0.9.3.ebuild +++ b/dev-python/flask-babelex/flask-babelex-0.9.3.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 |