dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / python / python-pybluez_0.15.bb
1 DESCRIPTION = "Python bindings for the Linux Bluetooth stack"
2 SECTION = "devel/python"
3 DEPENDS = "bluez-libs"
4 LICENSE = "GPL"
5 PR = "ml0"
6
7 SRC_URI = "http://pybluez.googlecode.com/files/PyBluez-0.15.tar.gz"
8 S = "${WORKDIR}/PyBluez-${PV}"
9
10 inherit distutils