mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:18:32 +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:
parent
e04584ef5b
commit
47b063d1da
@ -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