commit:     0ee13086124b15f7841771302a7c795a0ac9a888
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 10:41:38 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 10:42:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee13086

eclass/ros-catkin.eclass: Switch the entire ROS stack to python 3.6

Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 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 838c2e4d631..d560f804e65 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
 

Reply via email to