mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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:
committed by
Khem Raj
parent
b06204baf3
commit
1a3d3d1364
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user