Skip to content

Commit

Permalink
eclass/ros-catkin.eclass: Switch the entire ROS stack to python 3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Dec 12, 2019
1 parent 4b71037 commit 0ee1308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/ros-catkin.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi
# we'd have ros_distro_gentoo_python_2_7 & co plus the OSRF ones (lunar, etc.).
# Note that this uncondtionally pulls python but in the ROS world there will
# most certainly be something pulling python anyway.
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python3_6 )

inherit ${SCM} python-r1 cmake-utils flag-o-matic

Expand Down

0 comments on commit 0ee1308

Please sign in to comment.