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 <dmitry.rozhkov@linux.intel.com>
This commit is contained in:
parent
d377521c6f
commit
bb78f8f46d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue