diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:02:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:51 +0100 |
commit | 2f6d94ed06cefc09b8438e5167777817e54aaad3 (patch) | |
tree | 99f57d1db3820dea7246b7919030ef823569af86 /dev-python/zc-lockfile | |
parent | dev-python/yapsy: Remove py2 (diff) | |
download | gentoo-2f6d94ed06cefc09b8438e5167777817e54aaad3.tar.gz gentoo-2f6d94ed06cefc09b8438e5167777817e54aaad3.tar.bz2 gentoo-2f6d94ed06cefc09b8438e5167777817e54aaad3.zip |
dev-python/zc-lockfile: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zc-lockfile')
-rw-r--r-- | dev-python/zc-lockfile/zc-lockfile-1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-python/zc-lockfile/zc-lockfile-2.0.ebuild | 2 |
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 |