summaryrefslogtreecommitdiff
path: root/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-06 12:54:41 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-06 13:05:35 +0100
commita2b9ca40d1f71da79688e05292516294c1407bdc (patch)
tree1d2673068e9411fca9c2c946072ac72b7635e071 /dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
parent53f6da152abe2311a41718385920db955079d48f (diff)
downloadgentoo-a2b9ca40d1f71da79688e05292516294c1407bdc.tar.gz
gentoo-a2b9ca40d1f71da79688e05292516294c1407bdc.tar.bz2
gentoo-a2b9ca40d1f71da79688e05292516294c1407bdc.zip
dev-python/python-sqlparse: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild')
-rw-r--r--dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
index a0839ec0c23b..33092e587e3c 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_PN="${PN##python-}"