mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python3-pkgconfig: add missing rdepends
Add missing rdepends to fix below error: # python3 [snip] >>> import pkgconfig [snip] ModuleNotFoundError: No module named 'shlex' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@ SRC_URI = "git://github.com/matze/pkgconfig.git"
|
||||
SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2"
|
||||
|
||||
RDEPENDS_${PN} = "pkgconfig \
|
||||
${PYTHON_PN}-shell \
|
||||
"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
Reference in New Issue
Block a user