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>
This commit is contained in:
Adam Williamson
2025-10-03 16:34:01 -07:00
parent 4a79767f05
commit dfc9a6e46a
+2
View File
@@ -7,5 +7,7 @@
<packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop"> <packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop">
<!-- install env-group to resolve RhBug:1891500 --> <!-- install env-group to resolve RhBug:1891500 -->
<namedCollection name="workstation-product-environment"/> <namedCollection name="workstation-product-environment"/>
<!-- space saving, see https://bugzilla.redhat.com/show_bug.cgi?id=2360056#c45 -->
<ignore name="python3-boto3"/>
</packages> </packages>
</image> </image>