mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
6cf292602b
commit
8a17e222ed
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user