overlay profiles: Move python packages as provided to the prod profile

We want to install some SELinux tools written in python to the selinux
sysext. Sysexts use the generic profile, so the entries for those
packages need to be moved into generic/prod profile.

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2025-11-13 13:02:38 +01:00
parent 1944604fef
commit dcb418fbcd
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,3 @@ dev-lang/perl-5.40.2
dev-libs/icu-76.1-r1
dev-perl/Parse-Yapp-1.210.0-r1
dev-perl/JSON-4.100.0
# Pulled in by sys-apps/policycoreutils, python stuff.
app-admin/setools-4.5.1
sys-apps/selinux-python-3.7-r1

View File

@ -1,3 +1,7 @@
# Mark python as provided for selinux stuff. We have put all the
# python stuff into install masks by now.
dev-lang/python-3.11.12
# Pulled in by sys-apps/policycoreutils, python stuff.
app-admin/setools-4.5.1
sys-apps/selinux-python-3.8.1