-
Bug
-
Resolution: Done
-
Normal
-
CentOS Stream 9
-
None
-
None
-
None
-
3
-
None
-
None
-
None
-
None
-
All
-
None
The centos9 container-selinux spec file has:
%if 0%{?rhel} > 7 || 0%{?fedora} Requires(post): policycoreutils-python-utils %else Requires(post): policycoreutils-python %endif
Which means it depends on policycoreutils-python-utils, which in turn depends on python3. This is a problem for us in the automotive project trying to create a small, python-less image.
But why is this needed at all? This dependency was removed from fedora 2018:
If this is not needed, it would be very nice if this could be removed.