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:
parent
0358a22489
commit
991259b9bf
|
@ -28,5 +28,6 @@
|
||||||
<run_depend>curl</run_depend>
|
<run_depend>curl</run_depend>
|
||||||
<run_depend>rosconsole</run_depend>
|
<run_depend>rosconsole</run_depend>
|
||||||
<run_depend>roslib</run_depend>
|
<run_depend>roslib</run_depend>
|
||||||
|
<run_depend>python-urlgrabber</run_depend>
|
||||||
|
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue