dev-python/rarfile: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:58:56 +0000 (21:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:30 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rarfile/rarfile-3.0.ebuild

index 39d4f36b37b1d5c240b46ebf9480ca914319a905..bc30afd966be98384976f93e21301e66b2366510 100644 (file)
@@ -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"