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

@ -14,4 +14,6 @@
<author>Brian Gerkey</author>
<buildtool_depend version_gte="0.5.69">catkin</buildtool_depend>
<run_depend>rosbuild</run_depend>
</package>