diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 00:09:29 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 00:09:29 +0000 |
commit | 0674de62991fe99e75c16898e337ca927cc58a5c (patch) | |
tree | 1c05b393be699ced8282f873a8b2ac1ba1ac31af /packages/python/python-pybluez_0.15.bb | |
parent | 70b8a2812d3e58ade0fa9e5dbfe5244284017835 (diff) |
python-pybluez: 0.13 -> 0.15
remove 0.10
Diffstat (limited to 'packages/python/python-pybluez_0.15.bb')
-rw-r--r-- | packages/python/python-pybluez_0.15.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/python/python-pybluez_0.15.bb b/packages/python/python-pybluez_0.15.bb new file mode 100644 index 0000000000..17ffd385fc --- /dev/null +++ b/packages/python/python-pybluez_0.15.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Python bindings for the Linux Bluetooth stack" +SECTION = "devel/python" +DEPENDS = "bluez-libs" +LICENSE = "GPL" +PR = "ml0" + +SRC_URI = "http://pybluez.googlecode.com/files/PyBluez-0.15.tar.gz" +S = "${WORKDIR}/PyBluez-${PV}" + +inherit distutils |