Skip to content

Commit

Permalink
app-emulation/cloud-init: re-add py3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Feb 13, 2023
1 parent e5ba43d commit 1190a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-22.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app-emulation/cloud-init/cloud-init-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1190a1b

Please sign in to comment.