From c1812d8cec20346b863e32b6a1a6e95dc0a6c2fd Mon Sep 17 00:00:00 2001 From: nick83ola Date: Wed, 23 Oct 2019 09:14:42 +0100 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb') diff --git a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb index e0f3fdd75f..32bbe8b806 100644 --- a/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb +++ b/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.1.0.bb @@ -2,4 +2,8 @@ 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" -- cgit v1.2.3-54-g00ecf