add missing run dependency on rosbuild (fix #47)

This commit is contained in:
Dirk Thomas 2014-03-05 10:30:24 -08:00
parent 594ebf7cc6
commit 6713a4f59d
1 changed files with 3 additions and 1 deletions

View File

@ -8,10 +8,12 @@
</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>BSD</license>
<url>http://www.ros.org/wiki/ROS</url>
<author>Morgan Quigley</author>
<author>Brian Gerkey</author>
<buildtool_depend version_gte="0.5.69">catkin</buildtool_depend>
<run_depend>rosbuild</run_depend>
</package>