summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:16:05 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:16:05 +0100
commit58b7d44d590bb40262021f8b4df9dbaed6db5320 (patch)
tree20a81305ec66175f74e0f3812759651696a7b71a
parentdev-python/sphinxcontrib-napoleon: Remove Py2 (diff)
downloadgentoo-58b7d44d590bb40262021f8b4df9dbaed6db5320.tar.gz
gentoo-58b7d44d590bb40262021f8b4df9dbaed6db5320.tar.bz2
gentoo-58b7d44d590bb40262021f8b4df9dbaed6db5320.zip
dev-python/sqlalchemy-rqlite: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild2
-rw-r--r--dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild
index 7060d4ab3036..bb11d4c443fd 100644
--- a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild
+++ b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
diff --git a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild
index 65fd04d1333f..c638deea18fa 100644
--- a/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild
+++ b/dev-python/sqlalchemy-rqlite/sqlalchemy-rqlite-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1