mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
overlay profiles: Mask python and perl USE flags for generic images
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
862ca0164c
commit
d64475a947
@ -16,7 +16,6 @@ dev-lang/python gdbm
|
||||
dev-libs/dbus-glib tools
|
||||
dev-libs/elfutils -utils
|
||||
dev-libs/openssl pkcs11
|
||||
dev-util/perf -perl -python
|
||||
net-misc/dhcp -server
|
||||
net-misc/ntp caps
|
||||
sys-apps/smartmontools -daemon -update-drivedb -systemd
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
# Only needed by Catalyst in the SDK, requires dev-lang/python-exec.
|
||||
sys-apps/util-linux python
|
||||
3
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/use.mask
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/use.mask
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Disable anything that pulls those interpreters into generic images.
|
||||
perl
|
||||
python
|
||||
Loading…
x
Reference in New Issue
Block a user