summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2019-11-25 14:17:53 -0500
committerRick Farina <zerochaos@gentoo.org>2019-11-25 14:18:06 -0500
commitd4fe76567d2deaab56615d8b2458566255cbcf86 (patch)
tree7364293aab2f746717278828fe1d009463636744 /dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
parentmedia-plugins/vdr-osdteletext: bump to version 0.9.7 (diff)
downloadgentoo-d4fe76567d2deaab56615d8b2458566255cbcf86.tar.gz
gentoo-d4fe76567d2deaab56615d8b2458566255cbcf86.tar.bz2
gentoo-d4fe76567d2deaab56615d8b2458566255cbcf86.zip
dev-python/python-sqlparse: adding python 3.7
tests pass, and I needed it Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild')
-rw-r--r--dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
index 3920837f0161..ca3f6ecf6a22 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit distutils-r1