summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pynetlinux
Commit message (Collapse)AuthorAgeFilesLines
* python3-pynetlinux: fix relative importsBartosz Golaszewski2023-06-061-0/+60
| | | | | | | | 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>
* python3-pynetlinux: patch to use setuptoolsTim Orling2022-03-011-0/+32
setup.py bdist_wheel does not work with distutils (which is deprecated anyway). Add a patch to switch to setuptools to allow the wheel to be built. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>