[anaconda][f22-branch/master][PATCH] Only depend on pygobject3-base in anaconda-core (#1204469)

Martin Kolman mkolman at redhat.com
Tue Mar 24 17:56:53 UTC 2015


Because the "full" pygobject3-base package pulls in GUI stuff
for the non-GUI package.

Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 anaconda.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 380b66d..2542737 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -137,7 +137,7 @@ Requires: hfsplus-tools
 %endif
 
 Requires: python-coverage
-Requires: pygobject3
+Requires: pygobject3-base
 
 # Used by rescue.py and the low RAM message in /sbin/anaconda
 Requires: newt-python
@@ -176,6 +176,7 @@ Requires: NetworkManager-wifi
 %endif
 Requires: anaconda-user-help >= %{helpver}
 Requires: yelp
+Requires: pygobject3
 
 # Needed to compile the gsettings files
 BuildRequires: gsettings-desktop-schemas
-- 
2.1.0



More information about the anaconda-patches mailing list