dev-python/speaklater: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:06:36 +0000 (07:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:23 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/speaklater/speaklater-1.3-r1.ebuild

index b1b1f2705d16335ff63d4291d61bc15ec2df9e72..2be303dcc63ac4271bb242786d17c65ce795e00f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Lazy strings for Python"