#4 setroubleshoot-server: only require gobject-base
Merged 4 years ago by plautrba. Opened 4 years ago by sgallagh.
rpms/ sgallagh/setroubleshoot gobject  into  master

file modified
+1 -1
@@ -92,7 +92,7 @@ 

  BuildRequires: intltool gettext python3

  BuildRequires: python3-devel

  Requires: python3-slip-dbus systemd-python3 >= 206-1

- Requires: python3-gobject >= 3.11

+ Requires: python3-gobject-base >= 3.11

  Requires: dbus

  Requires: python3-dbus

  Requires: polkit

When only the server is being installed, there is no need for the
cairo portions of gobject. This change avoids pulling in the X11
stack.

Signed-off-by: Stephen Gallagher sgallagh@redhat.com

Pull-Request has been merged by plautrba

4 years ago