summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 14:13:09 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 14:24:24 +0100
commit737e68bdf33b74033d9777f36338188dce38d241 (patch)
treee80046b6770c97bb81f7df830141fff00cc5a7ad /dev-python/flask-paranoid
parentdev-python/flask-mongoengine: Remove py2 (diff)
downloadgentoo-737e68bdf33b74033d9777f36338188dce38d241.tar.gz
gentoo-737e68bdf33b74033d9777f36338188dce38d241.tar.bz2
gentoo-737e68bdf33b74033d9777f36338188dce38d241.zip
dev-python/flask-paranoid: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-paranoid')
-rw-r--r--dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild
index 527165b0801e..054f64cede2a 100644
--- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild
+++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_IN_SOURCE_BUILD=1
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 eapi7-ver
MY_PV=$(ver_cut 1-2)