From bb78f8f46d3448e22267b118d0bbbeafa2b9412c Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Mon, 31 Oct 2016 09:37:17 +0200 Subject: [PATCH] python-rosdep: Add run-time dependency on python-rosdistro python-rosdep still depends on python-rosdistro in ROS Indigo. This dependency needs to be dropped after updating the meta layer to Kinetic. Signed-off-by: Dmitry Rozhkov --- recipes-devtools/python/python-rosdep_0.11.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python-rosdep_0.11.5.bb b/recipes-devtools/python/python-rosdep_0.11.5.bb index 3ed088c..adf7ae0 100644 --- a/recipes-devtools/python/python-rosdep_0.11.5.bb +++ b/recipes-devtools/python/python-rosdep_0.11.5.bb @@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "46e072074270a1ea25411829814f4bdc1f34b358c950e9b8a7b75b4a40 S = "${WORKDIR}/${SRCNAME}-${PV}" -RDEPENDS_${PN} += "python-catkin-pkg python-rospkg python-pyyaml python-netclient" +RDEPENDS_${PN} += "python-catkin-pkg python-rospkg python-pyyaml python-netclient python-rosdistro" inherit setuptools