summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pybluez_0.23.bb5
1 files changed, 5 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
index e8d14416f..cc659ea67 100644
--- a/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
+++ b/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb
@@ -11,8 +11,13 @@ SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
11SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" 11SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
12 12
13PYPI_PACKAGE = "PyBluez" 13PYPI_PACKAGE = "PyBluez"
14
14inherit pypi setuptools3 15inherit pypi setuptools3
15 16
17do_configure:prepend() {
18 sed -i -e "/use_2to3=True,/d" ${S}/setup.py
19}
20
16RDEPENDS:${PN} += "\ 21RDEPENDS:${PN} += "\
17 bluez5 \ 22 bluez5 \
18 ${PYTHON_PN}-fcntl \ 23 ${PYTHON_PN}-fcntl \