From: Michał Górny Date: Wed, 5 Feb 2020 20:58:56 +0000 (+0100) Subject: dev-python/rarfile: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=26f1a675dfc6381bb671dc8b4a77779f620ebfdf;p=gentoo.git dev-python/rarfile: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild index 39d4f36b37b1..bc30afd966be 100644 --- a/dev-python/rarfile/rarfile-3.0.ebuild +++ b/dev-python/rarfile/rarfile-3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Module for RAR archive reading"