add missing rospkg runtime dependency

This commit is contained in:
Vincent Rabaud 2012-09-30 18:16:06 +00:00
parent ce8b99c337
commit 78e068fc3c
5 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,8 @@
<build_depend>catkin</build_depend>
<build_depend>rospack</build_depend>
<run_depend>python-rospkg</run_depend>
<export>
<rosdoc config="${prefix}/rosdoc.yaml" />
</export>

View File

@ -11,4 +11,6 @@
<author>Ken Conley</author>
<build_depend>catkin</build_depend>
<run_depend>python-rospkg</run_depend>
</package>

View File

@ -14,4 +14,6 @@
<author email="kwc@willowgarage.com">Ken Conley</author>
<build_depend>catkin</build_depend>
<run_depend>python-rospkg</run_depend>
</package>

View File

@ -13,6 +13,8 @@
<build_depend>catkin</build_depend>
<run_depend>python-rospkg</run_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>

View File

@ -14,6 +14,8 @@
<build_depend>catkin</build_depend>
<run_depend>python-rospkg</run_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>