diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-04 22:53:35 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-05 22:27:37 +0100 |
commit | b775a6710e4784c0e4af4f94f142cafadeeea8bc (patch) | |
tree | f35bffde6a93450ca35f15bfc7534902c99d01be /dev-python/flask-babel | |
parent | dev-python/flask-principal: python3_8 (diff) | |
download | gentoo-b775a6710e4784c0e4af4f94f142cafadeeea8bc.tar.gz gentoo-b775a6710e4784c0e4af4f94f142cafadeeea8bc.tar.bz2 gentoo-b775a6710e4784c0e4af4f94f142cafadeeea8bc.zip |
dev-python/flask-babel: python3_8
Tests passed.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/flask-babel')
-rw-r--r-- | dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild b/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild index b6da743c39cb..3d13c204587b 100644 --- a/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild +++ b/dev-python/flask-babel/flask-babel-0.11.2-r2.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} ) inherit distutils-r1 MY_PN="Flask-Babel" |