Files
Adam Williamson dfc9a6e46a 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>
2025-10-03 16:34:01 -07:00

14 lines
480 B
XML

<image>
<profiles>
<profile name="GNOME-Desktop" description="GNOME Desktop">
<requires profile="DesktopCommon"/>
</profile>
</profiles>
<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>