dev-embedded/esptool: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:01:41 +0000 (20:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:12:39 +0000 (20:12 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-embedded/esptool/esptool-2.1.ebuild
dev-embedded/esptool/esptool-2.6.ebuild
dev-embedded/esptool/esptool-2.8.ebuild

index 646ecb1e6786605427895adec56a78dd3e45055e..3b19277c6feb98e8bed4a72222584d2b0fa45510 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 5dd1745e5497c772ba0254c9413550414bfd79b5..3b0512e262a697d8114f4631aee8b6014685be4d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index cff9b24cc7e2db334d6e8f0b844bc6897e815898..9be8b1833f42a946753ba86ca12d64766793ac55 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1