summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAdrian Zaharia <Adrian.Zaharia@windriver.com>2023-06-12 17:12:14 +0300
committerKhem Raj <raj.khem@gmail.com>2023-06-12 08:08:19 -0700
commit812f091414b34dbebe4a3990c9039cbaadc4dd71 (patch)
treee78aa7eb3b9e7f96f11ab10b842e2f6807e5c586 /meta-python
parent3c2ce936fefb8d4e956e2b6bc784edc891610831 (diff)
downloadmeta-openembedded-812f091414b34dbebe4a3990c9039cbaadc4dd71.tar.gz
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 <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb b/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
index 3a5b479832..91ff21fa18 100644
--- a/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
@@ -10,4 +10,8 @@ SRC_URI[sha256sum] = "f7f39c583fd92027bd9d06127b259aee7a5b7945c1f1fa56263811e1e7
10 10
11inherit pypi setuptools3 11inherit pypi setuptools3
12 12
13RDEPENDS_${PN} += "\
14 ${PYTHON_PN}-setuptools \
15 "
16
13BBCLASSEXTEND = "native nativesdk" \ No newline at end of file 17BBCLASSEXTEND = "native nativesdk" \ No newline at end of file