Skip to content

Commit 8d10c28

Browse files
committed
fix the rosdep key.
1 parent 3209ba9 commit 8d10c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<build_depend>rospy</build_depend>
1818
<build_depend>java</build_depend>
1919
<build_depend>ant</build_depend>
20-
<build_depend>rosinstall_generator</build_depend>
20+
<build_depend>python-rosinstall-generator</build_depend>
2121
<run_depend>python-rospkg</run_depend>
2222
<run_depend>rospy</run_depend>
2323
<run_depend>java</run_depend>
2424
<run_depend>ant</run_depend>
2525
<run_depend>catkin</run_depend>
26-
<run_depend>rosinstall_generator</run_depend>
26+
<run_depend>python-rosinstall-generator</run_depend>
2727
</package>

0 commit comments

Comments
 (0)