summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 14:08:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 14:24:13 +0100
commitb913363531f9db76215bb7a6873724781840f0a5 (patch)
tree0cd14e780c18b97f662283ffc0a88741eb823064 /dev-python/flask-appconfig
parentdev-python/flake8-polyfill: Remove py2 (diff)
downloadgentoo-b913363531f9db76215bb7a6873724781840f0a5.tar.gz
gentoo-b913363531f9db76215bb7a6873724781840f0a5.tar.bz2
gentoo-b913363531f9db76215bb7a6873724781840f0a5.zip
dev-python/flask-appconfig: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-appconfig')
-rw-r--r--dev-python/flask-appconfig/flask-appconfig-0.11.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-appconfig/flask-appconfig-0.11.1-r1.ebuild b/dev-python/flask-appconfig/flask-appconfig-0.11.1-r1.ebuild
index 8bf5cf5b46a9..9ea5d50ed6a7 100644
--- a/dev-python/flask-appconfig/flask-appconfig-0.11.1-r1.ebuild
+++ b/dev-python/flask-appconfig/flask-appconfig-0.11.1-r1.ebuild
@@ -2,7 +2,7 @@
# 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 python3_{6,7} )
inherit distutils-r1