Skip to content

Commit 90a3ec0

Browse files
committed
overlay profiles: Move python from package.mask to package.provided for prod
1 parent dc5d795 commit 90a3ec0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/package.mask

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33

44
# We don't want to support interpreted languages, changes/updates we make
55
# would have a high risk of breaking users.
6+
#
7+
# This includes python, which is not listed here. Python is added to
8+
# package.provided for selinux reasons.
69
dev-lang/perl
7-
dev-lang/python
810
dev-lang/ruby
911

1012
# We do not configure/install grub like other distros so shipping the user
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Mark python as provided for selinux stuff. We have put all the
2+
# python stuff into install masks by now.
3+
dev-lang/python-3.11.12

0 commit comments

Comments
 (0)