Skip to content

Commit

Permalink
add missing minimum version for rospkg dependency (fix #693)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored and Karsten1987 committed Nov 6, 2015
1 parent 8bccfae commit 5e669dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/roslaunch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<buildtool_depend version_gte="0.5.78">catkin</buildtool_depend>

<run_depend>python-paramiko</run_depend>
<run_depend>python-rospkg</run_depend>
<run_depend version_gte="1.0.37">python-rospkg</run_depend>
<run_depend>python-yaml</run_depend>
<run_depend>rosclean</run_depend>
<run_depend>rosgraph_msgs</run_depend>
Expand Down

0 comments on commit 5e669dd

Please sign in to comment.