Skip to content
Snippets Groups Projects
Commit ddb0494a authored by Wolfgang Merkt's avatar Wolfgang Merkt
Browse files

package.xml: Support for Ubuntu 20.04 / Python 3

parent c746b9f5
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,10 @@
<build_depend>git</build_depend>
<build_depend>doxygen</build_depend>
<depend>python</depend>
<depend>python-numpy</depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
<depend>eigen</depend>
<depend>boost</depend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment