summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/files/0001-remove-pkg_resources-import.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-xstatic: add patch to build w/ Setuptools 82Gyorgy Sarvari2 days1-0/+32
Setuptools 82 dropped pkg_resources module. It is not used by the setup script, nevertheless, it is imported, and this missing module fails compilation. This patch removes this import. Upstream started to work on refactoring their setup scripts, so this patch is not appropriate to them - once/if they release, most likely this patch can be dropped. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>