summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybluez_0.23.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pybluez_0.23.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
new file mode 100644
index 0000000000..5242059bc6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "Bluetooth Python extension module"
2HOMEPAGE = "https://pybluez.github.io/"
3SECTION = "devel/python"
4
5DEPENDS = "bluez5"
6
7LICENSE = "GPL-2.0"
8LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
9
10SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
11SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
12
13PYPI_PACKAGE = "PyBluez"
14inherit pypi setuptools3
15
16RDEPENDS_${PN} += "\
17 bluez5 \
18 ${PYTHON_PN}-fcntl \
19"