Skip to content
Snippets Groups Projects
Commit 3714773e authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

rosinstall: Adding a necessary runtime dependency

parent 29fdf173
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
# install_requires=['vcstools', 'pyyaml'],
DEPENDS += "python-vcstools python-pyyaml"
RDEPENDS_${PN} = "python-vcstools"
inherit setuptools
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment