summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:31:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:35:26 +0100
commit8006af8013dd7dc79ae53a77048de2c7d6ba2e43 (patch)
tree75328d86d504487b0765ce3dbd9bb1a76ba504ca /app-emulation/cloud-init
parentdev-python/boto: Remove Python < 3.10 (diff)
downloadgentoo-8006af8013dd7dc79ae53a77048de2c7d6ba2e43.tar.gz
gentoo-8006af8013dd7dc79ae53a77048de2c7d6ba2e43.tar.bz2
gentoo-8006af8013dd7dc79ae53a77048de2c7d6ba2e43.zip
app-emulation/cloud-init: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/cloud-init')
-rw-r--r--app-emulation/cloud-init/cloud-init-22.2.2.ebuild4
-rw-r--r--app-emulation/cloud-init/cloud-init-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/cloud-init/cloud-init-22.2.2.ebuild b/app-emulation/cloud-init/cloud-init-22.2.2.ebuild
index fd7315e5a33e..a1d0ec08c413 100644
--- a/app-emulation/cloud-init/cloud-init-22.2.2.ebuild
+++ b/app-emulation/cloud-init/cloud-init-22.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
# Disabled for now: bug #850628
# https://bugs.launchpad.net/cloud-init/+bug/1978328
#DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1 udev
diff --git a/app-emulation/cloud-init/cloud-init-9999.ebuild b/app-emulation/cloud-init/cloud-init-9999.ebuild
index 2f759e423a9f..db06a885bdae 100644
--- a/app-emulation/cloud-init/cloud-init-9999.ebuild
+++ b/app-emulation/cloud-init/cloud-init-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
# Disabled for now: bug #850628
#DISTUTILS_USE_PEP517=setuptools
# https://bugs.launchpad.net/cloud-init/+bug/1978328
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1 udev