Skip to content

Commit

Permalink
[respeaker_ros] Specify correct Python version in package.xml
Browse files Browse the repository at this point in the history
Fixes typo introduced in 39be218
  • Loading branch information
pazeshun committed May 12, 2021
1 parent 7f2630e commit 3ff26c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions respeaker_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<exec_depend>speech_recognition_msgs</exec_depend>
<exec_depend>tf</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python3-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</exec_depend>
<exec_depend>python-pixel-ring-pip</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-pyaudio</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python3-pyaudio</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-pyaudio</exec_depend>
<exec_depend>python-pyusb-pip</exec_depend>
<exec_depend>python-speechrecognition-pip</exec_depend>
<test_depend>jsk_tools</test_depend>
Expand Down

0 comments on commit 3ff26c7

Please sign in to comment.