summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 08:02:58 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 08:08:51 +0100
commit2f6d94ed06cefc09b8438e5167777817e54aaad3 (patch)
tree99f57d1db3820dea7246b7919030ef823569af86
parentdev-python/yapsy: Remove py2 (diff)
downloadgentoo-2f6d94ed.tar.gz
gentoo-2f6d94ed.tar.bz2
gentoo-2f6d94ed.zip
dev-python/zc-lockfile: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/zc-lockfile/zc-lockfile-1.4.ebuild2
-rw-r--r--dev-python/zc-lockfile/zc-lockfile-2.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild b/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
index 0cc2e04dc84b..865969ca4049 100644
--- a/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
inherit distutils-r1
diff --git a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
index a92d5f9a547e..29d32611f280 100644
--- a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1