mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
committed by
Martin Jansa
parent
ae9a0c58b4
commit
3cac200a65
@@ -8,4 +8,11 @@ SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d8
|
|||||||
|
|
||||||
inherit pypi setuptools
|
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 \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user