dev-python/invoke: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:31:52 +0000 (15:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:37:10 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/invoke/invoke-1.1.1.ebuild

index 7a4b48cf5db48c271b946676f2c7b315dc0fc45e..76cf2bda89dee2eb385f73ba99cb039d09916b04 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 inherit distutils-r1
 
 DESCRIPTION="Pythonic task execution"