commit: 5b17d45b6a7762198d1d9151a69891395d10c509
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 14:21:54 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 14:24:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b17d45b
dev-python/humanize: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/humanize/humanize-0.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/humanize/humanize-0.5.1.ebuild
b/dev-python/humanize/humanize-0.5.1.ebuild
index b15f1b06682..9fb7249b70d 100644
--- a/dev-python/humanize/humanize-0.5.1.ebuild
+++ b/dev-python/humanize/humanize-0.5.1.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