From: Mingli Yu <[email protected]>

Add missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pkgconfig
 [snip]
 ModuleNotFoundError: No module named 'shlex'

Signed-off-by: Mingli Yu <[email protected]>
---
 meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb 
b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
index 92eb8bf..fc7a47a 100644
--- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
@@ -8,6 +8,7 @@ SRC_URI = "git://github.com/matze/pkgconfig.git"
 SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2"
 
 RDEPENDS_${PN} = "pkgconfig \
+                 ${PYTHON_PN}-shell \
                  "
 
 inherit setuptools3
-- 
2.7.4

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

View/Reply Online (#84238): 
https://lists.openembedded.org/g/openembedded-devel/message/84238
Mute This Topic: https://lists.openembedded.org/mt/74046469/21656
Group Owner: [email protected]
Unsubscribe: 
https://lists.openembedded.org/g/openembedded-devel/leave/8024792/1994799631/xyzzy
  [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to