diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-10-11 13:42:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-10-11 13:50:50 +0200 |
commit | f6251debc8f2ce2383defa86dd003a85ba386e6c (patch) | |
tree | b50c359b66c862e51ecd763c4874bc6d55d428d1 /eclass | |
parent | dev-ros/pcl_ros: fix build (diff) | |
download | gentoo-f6251debc8f2ce2383defa86dd003a85ba386e6c.tar.gz gentoo-f6251debc8f2ce2383defa86dd003a85ba386e6c.tar.bz2 gentoo-f6251debc8f2ce2383defa86dd003a85ba386e6c.zip |
eclass/ros-catkin.eclass: Enable python 3.8
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ros-catkin.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index b47f2160cbbc..2779a0353ecb 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -45,8 +45,8 @@ fi # ROS only really works with one global python version and the target # version depends on the release. Noetic targets 3.7 and 3.8. -# py3.8 or later are ok to add there as long as dev-ros/* have their deps satisfied. -PYTHON_COMPAT=( python3_7 ) +# py3.9 or later are ok to add there as long as dev-ros/* have their deps satisfied. +PYTHON_COMPAT=( python3_{7,8} ) inherit ${SCM} python-single-r1 cmake flag-o-matic |