summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-04 23:22:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-05 22:27:40 +0100
commit84249ab4d7c68292e24aa0727b80342c1123f82e (patch)
treea242cefb991bd1a84e16b1c2c6445861c482777f
parentdev-python/flask-htmlmin: python3_8 (diff)
downloadgentoo-84249ab4.tar.gz
gentoo-84249ab4.tar.bz2
gentoo-84249ab4.zip
dev-python/python-sqlparse: python3_8
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild3
1 files changed, 1 insertions, 2 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 83cabf9bcaa8..a0839ec0c23b 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.3.0.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit distutils-r1
MY_PN="${PN##python-}"