rosinstall: Adding a necessary runtime dependency
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
This commit is contained in:
parent
29fdf17343
commit
3714773e03
|
@ -12,6 +12,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||
|
||||
# install_requires=['vcstools', 'pyyaml'],
|
||||
DEPENDS += "python-vcstools python-pyyaml"
|
||||
RDEPENDS_${PN} = "python-vcstools"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
|
|
Loading…
Reference in New Issue