aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
from:
to:
context:
space:
mode:
authorGravatar Adam Williamson <awilliam@redhat.com> 2025-10-03 14:38:33 -0700
committerGravatar Adam Williamson <awilliam@redhat.com> 2025-10-03 16:34:01 -0700
commitdfc9a6e46a523a1020ed36958ef26ef8bcbd5512 (patch)
tree39bcf394b6f399e9fd29e5215cd841f444b6f5ad /components
parent4a79767f05b209f518b5478378adc71a1d60e59a (diff)
downloadkiwi-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.xml2
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>