From 3714773e03b3583f5ce5835b952a5f43e8a8cd92 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Mon, 4 Mar 2013 09:06:54 +0100 Subject: [PATCH] rosinstall: Adding a necessary runtime dependency Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> --- recipes-devtools/python/python-rosinstall_0.6.21.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/python/python-rosinstall_0.6.21.bb b/recipes-devtools/python/python-rosinstall_0.6.21.bb index f0cc93c..d955a1c 100644 --- a/recipes-devtools/python/python-rosinstall_0.6.21.bb +++ b/recipes-devtools/python/python-rosinstall_0.6.21.bb @@ -12,6 +12,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" # install_requires=['vcstools', 'pyyaml'], DEPENDS += "python-vcstools python-pyyaml" +RDEPENDS_${PN} = "python-vcstools" inherit setuptools -- GitLab