Skip to content

Commit

Permalink
Merge pull request #247 from pazeshun/fix-py-ver
Browse files Browse the repository at this point in the history
[respeaker_ros] Specify correct Python version in package.xml
  • Loading branch information
k-okada authored May 18, 2021
2 parents 5bb94e8 + 3ff26c7 commit 2b0226e
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 2b0226e

Please sign in to comment.