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