From ee3eeb5f7fdde0d7a8dec06e404d96006775916f Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 15 Oct 2006 14:41:07 +0000 Subject: upgrade python-dbus to 0.71. patches (seem to be) no longer necessary. close #1479 --- packages/python/python-dbus_0.71.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/python/python-dbus_0.71.bb (limited to 'packages/python/python-dbus_0.71.bb') diff --git a/packages/python/python-dbus_0.71.bb b/packages/python/python-dbus_0.71.bb new file mode 100644 index 0000000000..2ef0ffa8dd --- /dev/null +++ b/packages/python/python-dbus_0.71.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Python bindings for DBus, a socket-based message bus system for interprocess communication" +SECTION = "devel/python" +HOMEPAGE = "http://www.freedesktop.org/Software/dbus" +LICENSE = "GPL" +DEPENDS = "expat glib-2.0 virtual/libintl python-pyrex-native python" +RDEPENDS = "dbus" +PR = "ml0" + +SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz" +S = "${WORKDIR}/dbus-python-${PV}" + +inherit distutils + -- cgit v1.2.3