From 5b17d45b6a7762198d1d9151a69891395d10c509 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 15:21:54 +0100 Subject: [PATCH] dev-python/humanize: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 b15f1b06682c..9fb7249b70dd 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 -- 2.26.2