dev-python/moto: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:14:15 +0000 (14:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:14:15 +0000 (14:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/moto/moto-1.0.1-r1.ebuild
dev-python/moto/moto-1.3.8-r1.ebuild

index f0f54f5060c81afd032832b6d8177749cd69ca78..dedcbb200161456308a335f9b228f2deb87f80a3 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index e574b40c560520b6ce948054fec4d2bc8192812a..53588cc521fa8f77e1ead10b23747b438f38d867 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1