diff options
| author | 2025-10-03 14:38:33 -0700 | |
|---|---|---|
| committer | 2025-10-03 16:34:01 -0700 | |
| commit | dfc9a6e46a523a1020ed36958ef26ef8bcbd5512 (patch) | |
| tree | 39bcf394b6f399e9fd29e5215cd841f444b6f5ad /components | |
| parent | 4a79767f05b209f518b5478378adc71a1d60e59a (diff) | |
| download | kiwi-descriptions-dfc9a6e46a523a1020ed36958ef26ef8bcbd5512.tar.gz kiwi-descriptions-dfc9a6e46a523a1020ed36958ef26ef8bcbd5512.zip | |
Drop python3-boto3 from GNOME to save space
See https://bugzilla.redhat.com/show_bug.cgi?id=2360056#c45 .
python3-boto3 is a very optional dependency of sos, not worth the
space.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Diffstat (limited to 'components')
| -rw-r--r-- | components/desktops/gnome.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/desktops/gnome.xml b/components/desktops/gnome.xml index c980a32..17ffc36 100644 --- a/components/desktops/gnome.xml +++ b/components/desktops/gnome.xml @@ -7,5 +7,7 @@ <packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop"> <!-- install env-group to resolve RhBug:1891500 --> <namedCollection name="workstation-product-environment"/> + <!-- space saving, see https://bugzilla.redhat.com/show_bug.cgi?id=2360056#c45 --> + <ignore name="python3-boto3"/> </packages> </image> |