summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-runner_6.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-runner: remove using pkg_resourcesLi Zhou6 days1-0/+4
| | | | | | | | | | The python3 setuptools 82 dropped pkg_resources module by now. To avoid the failure "No module named 'pkg_resources'", replace the functions from this module with other functions from modules packaging and importlib.metadata. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pytest-runner: add from openembedded-coreRoss Burton2024-08-091-0/+15
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>