summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-05-07 18:20:25 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-05-07 18:27:56 +0200
commit531331e1a2b270d623a698e6d0738815df3a9e3f (patch)
tree14b6f0e258a9a6365c74712a0c92b17bb7842e23 /eclass
parentdev-python/urdf_parser_py: bump to 0.4.5; add py39 (diff)
downloadgentoo-531331e1a2b270d623a698e6d0738815df3a9e3f.tar.gz
gentoo-531331e1a2b270d623a698e6d0738815df3a9e3f.tar.bz2
gentoo-531331e1a2b270d623a698e6d0738815df3a9e3f.zip
eclass/ros-catkin.eclass: add python 3.9
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ros-catkin.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
index 1bd1be4a478c..43c4acb11425 100644
--- a/eclass/ros-catkin.eclass
+++ b/eclass/ros-catkin.eclass
@@ -46,7 +46,7 @@ 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.9 or later are ok to add there as long as dev-ros/* have their deps satisfied.
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit ${SCM} python-single-r1 cmake flag-o-matic