Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rosdep/
Date: Mon, 04 Oct 2021 14:22:21
Message-Id: 1633357302.b8183067087b29d8c1d0ff31aabf587ae38f839f.arthurzam@gentoo
1 commit: b8183067087b29d8c1d0ff31aabf587ae38f839f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 13:30:42 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 14:21:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8183067
7
8 dev-util/rosdep: enable py3.10
9
10 Closes: https://bugs.gentoo.org/806863
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-util/rosdep/rosdep-0.21.0.ebuild | 4 ++--
14 dev-util/rosdep/rosdep-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-util/rosdep/rosdep-0.21.0.ebuild b/dev-util/rosdep/rosdep-0.21.0.ebuild
18 index dde1899da88..8e8c536d355 100644
19 --- a/dev-util/rosdep/rosdep-0.21.0.ebuild
20 +++ b/dev-util/rosdep/rosdep-0.21.0.ebuild
21 @@ -2,8 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{7,8,9} )
26 -DISTUTILS_USE_SETUPTOOLS=rdepend
27 +
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 SCM=""
31 if [ "${PV#9999}" != "${PV}" ] ; then
32
33 diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild
34 index dde1899da88..8e8c536d355 100644
35 --- a/dev-util/rosdep/rosdep-9999.ebuild
36 +++ b/dev-util/rosdep/rosdep-9999.ebuild
37 @@ -2,8 +2,8 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 -PYTHON_COMPAT=( python3_{7,8,9} )
42 -DISTUTILS_USE_SETUPTOOLS=rdepend
43 +
44 +PYTHON_COMPAT=( python3_{8..10} )
45
46 SCM=""
47 if [ "${PV#9999}" != "${PV}" ] ; then