dev-python/sqlalchemy-rqlite: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:54:39 +0000 (19:54 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:09:23 +0000 (20:09 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild
dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild

index c612eec4bed0e5b1e8505fb289543b67ceff6f93..4b49231070040ada01ea27f7f6e4987cc32d54f9 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1
 
index f0891fae7cf3a5322f2e541b63d19c3e9cdeceb9..7aa69730891b12863fe9c5087002c5b3690aa3f7 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1