mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
python3-pybluez: Do not set 2to3
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -11,8 +11,13 @@ SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
|
|||||||
SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
|
SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
|
||||||
|
|
||||||
PYPI_PACKAGE = "PyBluez"
|
PYPI_PACKAGE = "PyBluez"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
do_configure:prepend() {
|
||||||
|
sed -i -e "/use_2to3=True,/d" ${S}/setup.py
|
||||||
|
}
|
||||||
|
|
||||||
RDEPENDS:${PN} += "\
|
RDEPENDS:${PN} += "\
|
||||||
bluez5 \
|
bluez5 \
|
||||||
${PYTHON_PN}-fcntl \
|
${PYTHON_PN}-fcntl \
|
||||||
|
|||||||
Reference in New Issue
Block a user