mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 03:21:43 +02: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.1%
Python
6.9%