Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 11 Oct 2020 11:51:00
Message-Id: 1602417050.f6251debc8f2ce2383defa86dd003a85ba386e6c.aballier@gentoo
1 commit: f6251debc8f2ce2383defa86dd003a85ba386e6c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 11:42:03 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 11:50:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6251deb
7
8 eclass/ros-catkin.eclass: Enable python 3.8
9
10 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
11
12 eclass/ros-catkin.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass
16 index b47f2160cbb..2779a0353ec 100644
17 --- a/eclass/ros-catkin.eclass
18 +++ b/eclass/ros-catkin.eclass
19 @@ -45,8 +45,8 @@ fi
20
21 # ROS only really works with one global python version and the target
22 # version depends on the release. Noetic targets 3.7 and 3.8.
23 -# py3.8 or later are ok to add there as long as dev-ros/* have their deps satisfied.
24 -PYTHON_COMPAT=( python3_7 )
25 +# py3.9 or later are ok to add there as long as dev-ros/* have their deps satisfied.
26 +PYTHON_COMPAT=( python3_{7,8} )
27
28 inherit ${SCM} python-single-r1 cmake flag-o-matic