commit: 531331e1a2b270d623a698e6d0738815df3a9e3f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 16:20:25 2021 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri May 7 16:27:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531331e1
eclass/ros-catkin.eclass: add python 3.9
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 1bd1be4a478..43c4acb1142 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