meta-openembedded/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb
nick83ola c1812d8cec python3-pyconnman: fix import issues with python3
release 0.1.0 of pyconnman is not using relative import so it
crashes when you try to load it with python3.
Add patch from upstream to make it work.

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-24 01:01:44 -07:00

10 lines
200 B
BlitzBasic

require python-pyconnman.inc
inherit setuptools3
SRC_URI_append = " \
file://0001-Import-local-modules-by-relative-path-for-python3-su.patch \
"
RDEPENDS_${PN} += "python3-dbus python3-pprint"