From bb9ff9fa4081c533708a5c589ad039974d7ce3aa Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Fri, 17 May 2013 14:15:40 +0200 Subject: [PATCH] rosbag: adding run-time dependencies When importing the rosbag python module, it requires these python modules. --- recipes-ros/ros-comm/rosbag_1.9.41.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-ros/ros-comm/rosbag_1.9.41.bb b/recipes-ros/ros-comm/rosbag_1.9.41.bb index db953b1..c3217c1 100644 --- a/recipes-ros/ros-comm/rosbag_1.9.41.bb +++ b/recipes-ros/ros-comm/rosbag_1.9.41.bb @@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9de DEPENDS = "boost bzip2 cpp-common python-imaging \ rosconsole roscpp roscpp-serialization topic-tools \ xmlrpcpp" +RDEPENDS_${PN} = "python-compression python-threading python-pyyaml python-io \ + genmsg genpy roslib rospy" require ros-comm.inc