diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-10-13 08:26:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-14 07:15:37 -0700 |
commit | 8a17e222ed122a4dd6a5816bd4a976fa198e1132 (patch) | |
tree | 15631b7c48f5977913d561abcee5735d2e6c4681 /meta-python/recipes-devtools/python/python3-pybluez_0.23.bb | |
parent | 6cf292602b63b35ff750e9150687fa6744f27a17 (diff) | |
download | meta-openembedded-8a17e222ed122a4dd6a5816bd4a976fa198e1132.tar.gz |
python3-pybluez: Do not set 2to3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
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.bb | 5 |
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" | |||
11 | SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" | 11 | SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de" |
12 | 12 | ||
13 | PYPI_PACKAGE = "PyBluez" | 13 | PYPI_PACKAGE = "PyBluez" |
14 | |||
14 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
15 | 16 | ||
17 | do_configure:prepend() { | ||
18 | sed -i -e "/use_2to3=True,/d" ${S}/setup.py | ||
19 | } | ||
20 | |||
16 | RDEPENDS:${PN} += "\ | 21 | RDEPENDS:${PN} += "\ |
17 | bluez5 \ | 22 | bluez5 \ |
18 | ${PYTHON_PN}-fcntl \ | 23 | ${PYTHON_PN}-fcntl \ |