diff --git a/python-dbus-python.changes b/python-dbus-python.changes index 2387879..1403477 100644 --- a/python-dbus-python.changes +++ b/python-dbus-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 1 15:05:11 UTC 2018 - Nicolas Bock + +- Add missing dependency for pkg-config files + ------------------------------------------------------------------- Wed Jul 4 13:48:04 UTC 2018 - tchvatal@suse.com diff --git a/python-dbus-python.spec b/python-dbus-python.spec index 1eb3393..8215caa 100644 --- a/python-dbus-python.spec +++ b/python-dbus-python.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -82,6 +82,7 @@ Python bindings for D-Bus. %package -n %{name}-common-devel Summary: Python bindings for D-Bus -- shared development files Group: Development/Libraries/Python +Requires: dbus-1-devel Requires: pkgconfig(dbus-1) >= 1.6.0 Requires: pkgconfig(dbus-glib-1) Provides: %{python_module dbus-python-common-devel = %{version}}