From: Alexis Ballier Date: Thu, 12 Dec 2019 10:41:38 +0000 (+0100) Subject: eclass/ros-catkin.eclass: Switch the entire ROS stack to python 3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0ee13086124b15f7841771302a7c795a0ac9a888;p=gentoo.git eclass/ros-catkin.eclass: Switch the entire ROS stack to python 3.6 Signed-off-by: Alexis Ballier --- diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index 838c2e4d6319..d560f804e65d 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -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