diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:17:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-05 22:27:35 +0100 |
commit | 4a05e17c2b70725ec748905ce245f919269fffab (patch) | |
tree | 0cbf2089548c9301a193495abcc405a7a2adc11a /dev-python/flask-script | |
parent | dev-python/flask-mail: python3_8 (diff) | |
download | gentoo-4a05e17c2b70725ec748905ce245f919269fffab.tar.gz gentoo-4a05e17c2b70725ec748905ce245f919269fffab.tar.bz2 gentoo-4a05e17c2b70725ec748905ce245f919269fffab.zip |
dev-python/flask-script: python3_8
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-script')
-rw-r--r-- | dev-python/flask-script/flask-script-2.0.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/flask-script/flask-script-2.0.6.ebuild b/dev-python/flask-script/flask-script-2.0.6.ebuild index 7cfd156114f4..654ba6eaacc4 100644 --- a/dev-python/flask-script/flask-script-2.0.6.ebuild +++ b/dev-python/flask-script/flask-script-2.0.6.ebuild @@ -3,8 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 MY_PN="Flask-Script" |