tuned: switched to lightweighted pygobject3-base
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
9be76a7fa0
commit
15ec06ae14
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue