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> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' Signed-off-by: Adrian Zaharia <[email protected]>
- Loading branch information