app-emulation/cloud-init: re-add py3.10

Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2023-02-13 09:38:43 -06:00
parent e5ba43dbd5
commit 1190a1be0a
2 changed files with 2 additions and 2 deletions

View File

@@ -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_11 )
PYTHON_COMPAT=( python3_10 python3_11 )
inherit distutils-r1 udev

View File

@@ -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_11 )
PYTHON_COMPAT=( python3_10 python3_11 )
inherit distutils-r1 udev