mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 12:55:11 +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> (cherry picked from commit 47b063d1da919ca022cf76b721959cfa82f1b876) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
e9e00f7bc8
commit
4ccf941dd2
@ -8,6 +8,7 @@ SRC_URI = "git://github.com/matze/pkgconfig.git"
|
|||||||
SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2"
|
SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "pkgconfig \
|
RDEPENDS_${PN} = "pkgconfig \
|
||||||
|
${PYTHON_PN}-shell \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user