summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 13:28:48 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 13:31:07 +0200
commit1130fff3804d280156ca267cdeb47b742090df32 (patch)
tree8cdb65455bd5165076d69b1d5a87d5940a91f04e /dev-python/flask-testing
parentdev-python/flask-principal: Support python3.6 (diff)
downloadgentoo-1130fff3804d280156ca267cdeb47b742090df32.tar.gz
gentoo-1130fff3804d280156ca267cdeb47b742090df32.tar.bz2
gentoo-1130fff3804d280156ca267cdeb47b742090df32.zip
dev-python/flask-testing: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/flask-testing')
-rw-r--r--dev-python/flask-testing/flask-testing-0.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-testing/flask-testing-0.6.2.ebuild b/dev-python/flask-testing/flask-testing-0.6.2.ebuild
index 4b29fd376089..8f66de92a318 100644
--- a/dev-python/flask-testing/flask-testing-0.6.2.ebuild
+++ b/dev-python/flask-testing/flask-testing-0.6.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1