From 0ee13086124b15f7841771302a7c795a0ac9a888 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 12 Dec 2019 11:41:38 +0100 Subject: [PATCH] eclass/ros-catkin.eclass: Switch the entire ROS stack to python 3.6 Signed-off-by: Alexis Ballier --- eclass/ros-catkin.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2