diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-10-03 08:50:38 +0300 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-28 15:17:39 +0900 |
commit | 35d7351f71ad49c6177ac2c8c16b2487f3b73652 (patch) | |
tree | 85bcfd801b3604730bb031a6d2440675c15a82d1 | |
parent | 002c86fcd0343c2c471c0ea66c613016d1bfc4f9 (diff) | |
download | dbus-python-35d7351f71ad49c6177ac2c8c16b2487f3b73652.tar.gz dbus-python-35d7351f71ad49c6177ac2c8c16b2487f3b73652.tar.bz2 dbus-python-35d7351f71ad49c6177ac2c8c16b2487f3b73652.zip |
packaging: don't explicitly depend on dbus
Libdbus should be enough.
Change-Id: I692109bc0cc73d9f706989367673e9d5ea430404
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | packaging/dbus-python.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/dbus-python.spec b/packaging/dbus-python.spec index 9df22eb..3d1ad40 100644 --- a/packaging/dbus-python.spec +++ b/packaging/dbus-python.spec @@ -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. |