diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-05-07 18:20:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-05-07 18:27:56 +0200 |
commit | 531331e1a2b270d623a698e6d0738815df3a9e3f (patch) | |
tree | 14b6f0e258a9a6365c74712a0c92b17bb7842e23 /eclass | |
parent | dev-python/urdf_parser_py: bump to 0.4.5; add py39 (diff) | |
download | gentoo-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.eclass | 2 |
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 |