Skip to content

Commit

Permalink
Use conditions for python-sphinx vs python3-sphinx
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Jun 17, 2020
1 parent 3c5fe7d commit 2be33aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
limitations under the License.
-->

<package format="2">
<package format="3">
<name>cartographer</name>
<version>1.0.0</version>
<description>
Expand All @@ -39,7 +39,8 @@
<build_depend>git</build_depend>
<build_depend>google-mock</build_depend>
<build_depend>gtest</build_depend>
<build_depend>python3-sphinx</build_depend>
<build_depend condition="$ROS_PYTHON_VERSION == 2">python-sphinx</build_depend>
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-sphinx</build_depend>

<depend>libboost-iostreams-dev</depend>
<depend>eigen</depend>
Expand Down

0 comments on commit 2be33aa

Please sign in to comment.