mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
The oem-aci profile previously removed python3 from the produced oem images by having an entry saying dev-lang/python-3.X is provided and removing all python3 files. This only worked as long as python2 was available and installed instead, but since python2 was removed from the tree these entries in the profile resulted in oem-aci having no python at all. This prevents the oem-gce service from working, since a lot of what it does is python. Remove the INSTALL_MASK and package.provided entries for python3 to allow python3 into oem-aci images. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |