summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-stopit: fix override syntaxPeter Marko2023-06-151-1/+1
| | | | | Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stopit: add missing run-time dependenciesAdrian Zaharia2023-06-121-0/+4
| | | | | | | | | | | | The stopit package needs setuptools python module so add it to RDEPENDS. This fixes: File "/usr/lib64/python3.9/site-packages/stopit/__init__.py", line 10, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Add stopitAdrian Zaharia2023-06-071-0/+13
stopit is a library to raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators. The license isn't shipped in the pypi package, so it was extracted from the github repo at [1]. [1] https://github.com/glenfant/stopit/blob/master/LICENSE Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>