projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b71037
)
eclass/ros-catkin.eclass: Switch the entire ROS stack to python 3.6
author
Alexis Ballier
<aballier@gentoo.org>
Thu, 12 Dec 2019 10:41:38 +0000
(11:41 +0100)
committer
Alexis Ballier
<aballier@gentoo.org>
Thu, 12 Dec 2019 10:42:06 +0000
(11:42 +0100)
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
eclass/ros-catkin.eclass
patch
|
blob
|
history
diff --git
a/eclass/ros-catkin.eclass
b/eclass/ros-catkin.eclass
index 838c2e4d6319962fcd7e0b3bc97215ea7f0d404e..d560f804e65d2cb2e9fff0990d5ad9993533f033 100644
(file)
--- 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=( python
2_7
)
+PYTHON_COMPAT=( python
3_6
)
inherit ${SCM} python-r1 cmake-utils flag-o-matic