We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5d795 commit 90a3ec0Copy full SHA for 90a3ec0
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/package.mask
@@ -3,8 +3,10 @@
3
4
# We don't want to support interpreted languages, changes/updates we make
5
# 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.
9
dev-lang/perl
-dev-lang/python
10
dev-lang/ruby
11
12
# We do not configure/install grub like other distros so shipping the user
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/prod/package.provided
@@ -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.
+dev-lang/python-3.11.12
0 commit comments