mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-03 16:32:00 +01:00
selinux-base requires python to generate xml files, but the dependency is implicit (through policycoreutils). Flatcar made that dependency conditional on USE=python in policycoreutils so that we don't include python in our images, but this causes selinux-base to fail depending on ordering in the bootstrap process. Fix that failure by addin an explicit dependency.
Description
Languages
Shell
93%
Python
6.9%