From 73e4bbfecc53658bcfd784cfe9fdceb9aafe88fca0ed1d910dd9500305b14af2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Oct 2018 18:58:43 +0000 Subject: [PATCH] - Add missing dependency for pkg-config files OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=11 --- python-dbus-python.changes | 5 +++++ python-dbus-python.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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}}