From: Mingli Yu <[email protected]>

Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pid
 [snip]
ModuleNotFoundError: No module named 'fcntl'
ModuleNotFoundError: No module named 'logging'
ModuleNotFoundError: No module named 'tempfile'

Signed-off-by: Mingli Yu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit 580ec1e925e07484b46e76f2e7ee09d9b40c19e5)
Signed-off-by: Armin Kuster <[email protected]>
---
 meta-python/recipes-devtools/python/python3-pid_2.2.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb 
b/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb
index b8dd0d7474..ef19478885 100644
--- a/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pid_2.2.5.bb
@@ -8,3 +8,5 @@ SRC_URI[md5sum] = "ad352ee1dc28b9746a15451c0c53e9d7"
 SRC_URI[sha256sum] = 
"96eb7dba326b88f5164bc1afdc986c7793e0d32d7f62366256a3903c7b0614ef"
 
 inherit pypi setuptools3
+
+RDEPENDS_${PN} += "${PYTHON_PN}-fcntl ${PYTHON_PN}-logging ${PYTHON_PN}-io"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#84425): 
https://lists.openembedded.org/g/openembedded-devel/message/84425
Mute This Topic: https://lists.openembedded.org/mt/74292734/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to