Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-stopit: add missing run-time dependencies
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> │azaharia@otp-linux03:~/lts-builds/lts21_intel-x86-64_HEAD/layers/meta-openembedded/meta-python/recipes-devtools/python$ git status import pkg_resources │HEAD detached from 97f83c3439 ModuleNotFoundError: No module named 'pkg_resources' │ ImportError: No module named pkg_resources Signed-off-by: Adrian Zaharia <[email protected]>
- Loading branch information