From 997843c6525cd822db1a1c3274171b2a89bb13a4 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 25 Nov 2006 13:51:47 +0000 Subject: [PATCH] dbus-python: make it work --- packages/dbus/dbus-python_0.71.bb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/dbus/dbus-python_0.71.bb b/packages/dbus/dbus-python_0.71.bb index 7c80a1be3c..a2d9bd70b3 100644 --- a/packages/dbus/dbus-python_0.71.bb +++ b/packages/dbus/dbus-python_0.71.bb @@ -1,14 +1,10 @@ -DEFAULT_PREFERENCE="-1" - -SECTION = "devel/python" -PRIORITY = "optional" -HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another - python bindings" +HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "GPL" +SECTION = "devel/python" +DEPENDS = "python-pyrex-native dbus dbus-glib" PR = "r0" -DEPENDS = "python-native" -SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-python-${PV}.tar.gz \ - file://cross.patch;patch=1" +SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-python-${PV}.tar.gz" inherit distutils -- 2.39.2