Skip to content

Commit b1edb50

Browse files
mqcmd196k-okada
authored andcommitted
[jammy] [jsk_ros_patch][jsk_tools][jsk_data] fix package.xml to release in jammy
1 parent 974d625 commit b1edb50

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

jsk_data/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
<exec_depend>tf2_ros</exec_depend>
3434
<exec_depend>wget</exec_depend>
3535
<exec_depend>xacro</exec_depend>
36-
<test_depend>python-freezegun-pip</test_depend>
36+
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-freezegun-pip</test_depend>
37+
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-freezegun</test_depend>
3738
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-imageio</test_depend>
3839
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-nose</test_depend>
3940
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-nose</test_depend>

jsk_ros_patch/multi_map_server/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
<build_depend>rospy</build_depend>
2323
<build_depend>tf</build_depend>
2424

25-
<build_depend>python-imaging</build_depend>
25+
<build_depend condition="$ROS_PYTHON_VERSION == 2">python-imaging</build_depend>
26+
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-pil</build_depend>
2627
<build_depend condition="$ROS_PYTHON_VERSION == 2">python-yaml</build_depend>
2728
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-yaml</build_depend>
2829
<build_depend>yaml-cpp</build_depend>

jsk_tools/package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@
2424
<exec_depend>python-percol</exec_depend>
2525
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-colorama</exec_depend>
2626
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-colorama</exec_depend>
27+
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-pygithub3</exec_depend>
2728
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-github</exec_depend> <!-- python-pygithub3 (pip pygithub3) requres python3-github -->
28-
<exec_depend>python-pygithub3</exec_depend>
2929
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-progressbar</exec_depend>
3030
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-progressbar</exec_depend>
3131
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-rosdep</exec_depend>
3232
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-rosdep</exec_depend>
3333
<exec_depend>python-slacker-cli</exec_depend>
34-
<exec_depend>python-tabulate-pip</exec_depend>
3534
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-tabulate</exec_depend> <!-- python-tabulate enable since xenial (16.04) kinetic -->
3635
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-tabulate</exec_depend>
3736
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-texttable</exec_depend>

0 commit comments

Comments
 (0)