rosinstall: Adding a necessary runtime dependency

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
This commit is contained in:
Lukas Bulwahn 2013-03-04 09:06:54 +01:00
parent 29fdf17343
commit 3714773e03
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
# install_requires=['vcstools', 'pyyaml'],
DEPENDS += "python-vcstools python-pyyaml"
RDEPENDS_${PN} = "python-vcstools"
inherit setuptools