Skip to content

Commit def8582

Browse files
committed
package.xml: updates
1 parent f27e917 commit def8582

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@
66
<maintainer email="[email protected]">Rohan Budhiraja</maintainer>
77
<author>Rohan Budhiraja</author>
88
<author>Justin Carpentier</author>
9-
<license>BSD</license>
9+
<license>BSD-3-Clause</license>
1010

1111
<url type="website">https://github.com/simple-robotics/pycppad</url>
1212

1313
<build_depend>git</build_depend>
14+
<build_depend>jrl_cmakemodules</build_depend>
1415
<build_depend>doxygen</build_depend>
1516
<!-- The following tags are recommended by REP-136 -->
16-
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
1717
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
18-
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
1918
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
20-
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
2119
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
2220
<depend>eigen</depend>
2321
<depend>boost</depend>

0 commit comments

Comments
 (0)