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:
Khem Raj 2021-10-13 08:26:31 -07:00
parent 6cf292602b
commit 8a17e222ed

View File

@ -11,8 +11,13 @@ SRC_URI[md5sum] = "afbe8429bb82d2c46a3d0f5f4f898f9d"
SRC_URI[sha256sum] = "c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de"
PYPI_PACKAGE = "PyBluez"
inherit pypi setuptools3
do_configure:prepend() {
sed -i -e "/use_2to3=True,/d" ${S}/setup.py
}
RDEPENDS:${PN} += "\
bluez5 \
${PYTHON_PN}-fcntl \