app-emulation/cloud-init: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:16:37 +0000 (15:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:24:16 +0000 (15:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-emulation/cloud-init/cloud-init-17.2.ebuild
app-emulation/cloud-init/cloud-init-18.4-r1.ebuild
app-emulation/cloud-init/cloud-init-18.5.ebuild
app-emulation/cloud-init/cloud-init-9999.ebuild

index 56da3017045a5686b15b3d67be6b223f1d2d98b2..a6362ee96686f3d31a0ece4590913c47cdef46cc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 eutils multilib systemd
 
index e5d422dac7eb8d4ac95457383758c1acd6823718..a9eb0b9556f0ddb8911e3622067b82421f00cf01 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 0a187c90fe72e1237f4dbe081a426cc8e56af305..b2591bcafde248d8eddbcdedcf6ce3cc28cc5864 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index c3781411c4f95129d4b28c0573538883f9f65a99..bf9be29d7df1ee62b1bd79a502955ebd3296cf7b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3