mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
committed by
Patrice Clement
parent
33a7f2c143
commit
586d0b31d7
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user