packaging: don't explicitly depend on dbus
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 3 Oct 2013 05:50:38 +0000 (08:50 +0300)
committerChanho Park <chanho61.park@samsung.com>
Fri, 28 Nov 2014 06:17:39 +0000 (15:17 +0900)
Libdbus should be enough.

Change-Id: I692109bc0cc73d9f706989367673e9d5ea430404
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
packaging/dbus-python.spec

index 9df22eb..3d1ad40 100644 (file)
@@ -13,7 +13,6 @@ BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 Requires:       libxml2-python
 Requires:       python-xml
-Requires:       dbus >= 1.6.10
 
 %description
 D-Bus python bindings for use with python programs.
@@ -21,8 +20,6 @@ D-Bus python bindings for use with python programs.
 %package  devel
 Summary:        Python bindings for D-Bus
 Requires:       dbus-python = %{version}
-Requires:       dbus >= 1.6.10
-Requires:       dbus-devel >= 1.6.10
 
 %description  devel
 Developer files for Python bindings for D-Bus.