1
0
Fork 0

tuned: switched to lightweighted pygobject3-base

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2013-07-25 18:37:59 +02:00
parent 9be76a7fa0
commit 15ec06ae14
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ BuildRequires: python, systemd
Requires(post): systemd, virt-what
Requires(preun): systemd
Requires(postun): systemd
Requires: python-decorator, dbus-python, pygobject2, python-pyudev
Requires: python-decorator, dbus-python, pygobject3-base, python-pyudev
Requires: virt-what, python-configobj, ethtool
%description

View file

@ -2,9 +2,9 @@ import interfaces
import decorator
import dbus.service
import dbus.mainloop.glib
import gobject
import inspect
import threading
from gi.repository import GObject as gobject
class DBusExporter(interfaces.ExporterInterface):
"""