dev-python/pyodbc: add support for python3
authorChristian Strahl <christian.strahl@eppendorf.de>
Wed, 9 Mar 2016 12:52:01 +0000 (13:52 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 11 Mar 2016 13:47:41 +0000 (13:47 +0000)
See the changelog for further info [1].

[1]: https://mkleehammer.github.io/pyodbc/releases.html

Reporter: Christian Strahl <christian.strahl@eppendorf.de>
Gentoo-Bug: https://bugs.gentoo.org/572284
Closes: https://github.com/gentoo/gentoo/pull/1013
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/pyodbc/pyodbc-3.0.7-r1.ebuild

index ab109c13569b161c2fd9bced8a1b4498b303b57b..c61678c0aae6ce5056315b6f3a14596facf89fe5 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
 
 inherit distutils-r1 flag-o-matic