commit: 88bd2c04d64fff154b0b810f74eef272434ba1c1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 05:31:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 17 05:31:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bd2c04
dev-python/tempita: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tempita/tempita-0.5.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tempita/tempita-0.5.3-r2.ebuild
b/dev-python/tempita/tempita-0.5.3-r2.ebuild
index 2206113d2e4..d2f64e47a6a 100644
--- a/dev-python/tempita/tempita-0.5.3-r2.ebuild
+++ b/dev-python/tempita/tempita-0.5.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1