rosbag: adding run-time dependencies
When importing the rosbag python module, it requires these python modules.
This commit is contained in:
parent
c6f61f47c6
commit
bb9ff9fa40
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue