[rhythmbox/f17] RB uses pygobject3 these days, so fix the python dependencies.

Bill Nottingham notting at fedoraproject.org
Thu Mar 1 20:29:01 UTC 2012


commit 0a6fd37fd61a0c791c9fda45bb913509fa30e2bd
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Mar 1 15:28:00 2012 -0500

    RB uses pygobject3 these days, so fix the python dependencies.
    
    Notably, this gets webkitgtk off the liveCD.

 rhythmbox.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rhythmbox.spec b/rhythmbox.spec
index 0367cbd..b2740a6 100644
--- a/rhythmbox.spec
+++ b/rhythmbox.spec
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application
 Version: 2.95
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
@@ -19,7 +19,7 @@ Requires(preun): GConf2
 Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
 Requires: gstreamer-python
 Requires: gvfs-afc gnome-icon-theme-extras
-Requires: pywebkitgtk python-mako
+Requires: pygobject3 python-mako
 
 BuildRequires: libpeas-devel
 BuildRequires: libgudev1-devel
@@ -201,6 +201,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Thu Mar  1 2012 Bill Nottingham <notting at redhat.com> - 2.95-4
+- Fix python dependencies
+
 * Sun Feb 26 2012 Matthias Clasen <mclasen at redhat.com> - 2.95-3
 - Rebuild for new cogl
 


More information about the scm-commits mailing list