python3-pynetlinux: fix relative imports

Pull in a patch from upstream that addresses an issue with relative
imports.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2023-05-31 10:23:26 +02:00
committed by Khem Raj
parent b06204baf3
commit 1a3d3d1364
2 changed files with 64 additions and 1 deletions

View File

@@ -7,6 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=74e1861736ee959824fe7542323c12e9"
SRC_URI[sha256sum] = "4ad08298c9f5ba15a11cddc639ba8778cabdfc402b51066d9e0a325e5a5b391c"
SRC_URI += "file://0001-setup.py-switch-to-setuptools.patch"
SRC_URI += " \
file://0001-setup.py-switch-to-setuptools.patch \
file://0002-Fixed-relative-imports.patch \
"
inherit pypi setuptools3