rosbag: adding run-time dependencies

When importing the rosbag python module, it requires these python modules.
This commit is contained in:
Lukas Bulwahn 2013-05-17 14:15:40 +02:00
parent c6f61f47c6
commit bb9ff9fa40
1 changed files with 2 additions and 0 deletions

View File

@ -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