summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus-python_0.71.bb
blob: a2d9bd70b3b4b5a59157f3810d5a5c22d7c0a887 (plain)
1
2
3
4
5
6
7
8
9
10
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"

SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-python-${PV}.tar.gz"

inherit distutils