dev-python/pyodbc: add support for python3

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>
This commit is contained in:
Christian Strahl
2016-03-09 13:52:01 +01:00
committed by Patrice Clement
parent 33a7f2c143
commit 586d0b31d7

View 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