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>
14 lines
480 B
XML
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>
|