forked from pool/python-dbus-python
- Add missing dependency for pkg-config files
OBS-URL: https://build.opensuse.org/package/show/Base:System/python-dbus-python?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 1 15:05:11 UTC 2018 - Nicolas Bock <nicolas.bock@suse.com>
|
||||||
|
|
||||||
|
- Add missing dependency for pkg-config files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 4 13:48:04 UTC 2018 - tchvatal@suse.com
|
Wed Jul 4 13:48:04 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%package -n %{name}-common-devel
|
||||||
Summary: Python bindings for D-Bus -- shared development files
|
Summary: Python bindings for D-Bus -- shared development files
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
Requires: dbus-1-devel
|
||||||
Requires: pkgconfig(dbus-1) >= 1.6.0
|
Requires: pkgconfig(dbus-1) >= 1.6.0
|
||||||
Requires: pkgconfig(dbus-glib-1)
|
Requires: pkgconfig(dbus-glib-1)
|
||||||
Provides: %{python_module dbus-python-common-devel = %{version}}
|
Provides: %{python_module dbus-python-common-devel = %{version}}
|
||||||
|
|||||||
Reference in New Issue
Block a user