Skip to content

Commit

Permalink
Merge pull request #97 from nobleo/dependencies
Browse files Browse the repository at this point in the history
List dependencies in package.xml instead of README
  • Loading branch information
dheera committed Jan 16, 2022
2 parents c6df39e + f2f1bdb commit 58daea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<license>BSD</license>

<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>

<depend>python3-tornado</depend>
<depend>python3-simplejpeg-pip</depend>

<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_python</build_type>
Expand Down

0 comments on commit 58daea3

Please sign in to comment.