Skip to content

Commit

Permalink
simplify package.xml dependencies since python2 no longer needed
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood committed Jul 28, 2021
1 parent 0f0a58d commit b1a3cb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@

<license>Apache License 2.0</license>

<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-mock</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-mock</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-importlib-metadata</exec_depend>
<exec_depend>python3-importlib-metadata</exec_depend>
<exec_depend>python3-mock</exec_depend>

<export>
<build_type>ament_python</build_type>
Expand Down

0 comments on commit b1a3cb9

Please sign in to comment.