summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 14:10:26 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 14:24:18 +0100
commitfbe27f473e27528dfb5cc357f32ad04160223479 (patch)
treee737b60bc28a2d749c8f77f2b6f29f3639ce32f0 /dev-python/flask-debug
parentdev-python/flask-cors: Remove py2 (diff)
downloadgentoo-fbe27f473e27528dfb5cc357f32ad04160223479.tar.gz
gentoo-fbe27f473e27528dfb5cc357f32ad04160223479.tar.bz2
gentoo-fbe27f473e27528dfb5cc357f32ad04160223479.zip
dev-python/flask-debug: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-debug')
-rw-r--r--dev-python/flask-debug/flask-debug-0.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-debug/flask-debug-0.4.3.ebuild b/dev-python/flask-debug/flask-debug-0.4.3.ebuild
index 1c4d0a2ed7f5..8a4e915c7738 100644
--- a/dev-python/flask-debug/flask-debug-0.4.3.ebuild
+++ b/dev-python/flask-debug/flask-debug-0.4.3.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