commit: ad0f64a7a94e55a905f59d0b6ab2ee6e29bb5be9
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 03:41:59 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 03:41:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0f64a7
dev-python/python-sqlparse: adding python35
Package-Manager: portage-2.2.26
dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
index d1f95a6..00abdff 100644
--- a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
+++ b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1