Add dbus-glib dependency

This commit is contained in:
Iwan Timmer 2016-07-13 21:39:18 +02:00
parent eef28bd77e
commit 5a9b3b7e3b
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@ pkgdesc='Daemon that performs monitoring and adaptive configuration of devices i
arch=('any')
url='https://fedorahosted.org/tuned/'
license=('GPL')
depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject')
depends=('ethtool' 'python2-configobj' 'python2-pyudev' 'python2-gobject2' 'python2-decorator' 'python2-dbus' 'python2-gobject' 'dbus-glib')
optdepends=('virt-what' 'systemtap')
makedepends=('git')
provides=('tuned')