mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python-cmd2: update RDEPENDS to pull in required packages
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ae9a0c58b4
commit
3cac200a65
|
|
@ -8,4 +8,11 @@ SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d8
|
|||
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-pyparsing"
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-doctest \
|
||||
${PYTHON_PN}-pyparsing \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-textutils \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user