Skip to content

Commit

Permalink
gentoo.py: Fixate Python version for app-emulation/cloud-init
Browse files Browse the repository at this point in the history
>  !!! The ebuild selected to satisfy "app-emulation/cloud-init" has unmet requirements.
> - app-emulation/cloud-init-22.4::gentoo USE="(-selinux) -test" ABI_X86="(64)" PYTHON_TARGETS="-python3_10 -python3_11"
>
>   The following REQUIRED_USE flag constraints are unsatisfied:
>     any-of ( python_targets_python3_10 python_targets_python3_11 )
  • Loading branch information
hartwork committed Jun 3, 2024
1 parent b773121 commit cac4712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image_bootstrap/distros/gentoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ def install_cloud_init_and_friends(self):
# instead of dev-lang/rust (which asked for "11520 MiB disk space")
self._add_package_mask('dev-lang/rust')

self._set_package_use_flags('app-emulation/cloud-init', '-python_targets_python3_10 python_targets_python3_11')

self._install_package_atoms(['app-emulation/cloud-init', 'net-misc/openssh'])
self.disable_cloud_init_syslog_fix_perms()
self.install_growpart()
Expand Down

0 comments on commit cac4712

Please sign in to comment.