overlay profiles: Move python from package.mask to package.provided for prod

Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
Krzesimir Nowak 2025-05-19 08:45:04 +02:00
parent 4e03c44cde
commit 7a8acfab9a
2 changed files with 6 additions and 1 deletions

View File

@ -3,8 +3,10 @@
# We don't want to support interpreted languages, changes/updates we make
# would have a high risk of breaking users.
#
# This includes python, which is not listed here. Python is added to
# package.provided for selinux reasons.
dev-lang/perl
dev-lang/python
dev-lang/ruby
# We do not configure/install grub like other distros so shipping the user

View File

@ -0,0 +1,3 @@
# 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