Skip to content

Commit 336d93f

Browse files
authored
Merge pull request #574 from nim65s/py2
ROS: drop ROS1 & Python2 details
2 parents c20bb23 + f3a9e53 commit 336d93f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@
1515
<build_depend>git</build_depend>
1616
<build_depend>doxygen</build_depend>
1717

18-
<!-- The following tag is recommended by REP-136 -->
19-
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
20-
21-
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
22-
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
23-
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
24-
<depend condition="$ROS_PYTHON_VERSION == 2">python-scipy</depend>
25-
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
26-
<depend condition="$ROS_PYTHON_VERSION == 3">python3-scipy</depend>
18+
<depend>python3</depend>
19+
<depend>python3-numpy</depend>
20+
<depend>python3-scipy</depend>
2721
<depend>eigen</depend>
2822
<depend>boost</depend>
2923

0 commit comments

Comments
 (0)