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:
Derek Straka 2016-07-15 15:04:57 -04:00 committed by Martin Jansa
parent ae9a0c58b4
commit 3cac200a65

View File

@ -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 \
"