resource_retriever: adding missing dep

Using the python resource_retriever requires the `python-urlgrabber` system dependency: http://rosindex.github.io/d/python-urlgrabber/
This commit is contained in:
Jonathan Bohren 2015-03-18 10:35:38 -04:00
parent 0358a22489
commit 991259b9bf
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@
<run_depend>curl</run_depend>
<run_depend>rosconsole</run_depend>
<run_depend>roslib</run_depend>
<run_depend>python-urlgrabber</run_depend>
</package>