[anaconda][master][PATCH] Move the pygobject3 dependency to the core package (#1188850)

Martin Kolman mkolman at redhat.com
Wed Feb 4 12:51:41 UTC 2015


The pygobject3 package which provides the gi.repository Python module is
also used by non-UI code, so move the dependency to the core package.

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

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 03e05d5..da4ca09 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -141,6 +141,7 @@ Requires: hfsplus-tools
 %endif
 
 Requires: python-coverage
+Requires: pygobject3
 
 # required because of the rescue mode and VNC question
 Requires: anaconda-tui = %{version}-%{release}
@@ -193,7 +194,6 @@ This package contains textual user interface for the Anaconda installer.
 %package widgets
 Summary: A set of custom GTK+ widgets for use with anaconda
 Group: System Environment/Libraries
-Requires: pygobject3
 Requires: python
 
 %description widgets
-- 
2.1.0



More information about the anaconda-patches mailing list