mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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>
10 lines
200 B
BlitzBasic
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"
|