diff --git a/recipes-devtools/python/python-rosinstall_0.6.21.bb b/recipes-devtools/python/python-rosinstall_0.6.21.bb
index f0cc93c12374fe5b2fdddb519d9b1ff2ef02041a..d955a1cd717b8f0b22f652bcf2e59089ec0afc36 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