diff options
Diffstat (limited to 'dev-python/apsw')
-rw-r--r-- | dev-python/apsw/apsw-3.23.1_p1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/apsw/apsw-3.25.2_p1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild b/dev-python/apsw/apsw-3.23.1_p1.ebuild index 81ea4e3a0d62..80080179b0fb 100644 --- a/dev-python/apsw/apsw-3.23.1_p1.ebuild +++ b/dev-python/apsw/apsw-3.23.1_p1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 flag-o-matic diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild b/dev-python/apsw/apsw-3.25.2_p1.ebuild index 7246ac0d4521..1cf991929222 100644 --- a/dev-python/apsw/apsw-3.25.2_p1.ebuild +++ b/dev-python/apsw/apsw-3.25.2_p1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 flag-o-matic |