commit: 6cd79986cf9de1c092feb83a10b1eafd60fb3747
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 05:46:09 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 05:59:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd79986
dev-python/semantic_version: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/semantic_version/semantic_version-2.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/semantic_version/semantic_version-2.8.2.ebuild
b/dev-python/semantic_version/semantic_version-2.8.2.ebuild
index 760fc93c5e6..3f78ef9ec08 100644
--- a/dev-python/semantic_version/semantic_version-2.8.2.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.8.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1