commit:     b8183067087b29d8c1d0ff31aabf587ae38f839f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 13:30:42 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 14:21:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8183067

dev-util/rosdep: enable py3.10

Closes: https://bugs.gentoo.org/806863
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/rosdep/rosdep-0.21.0.ebuild | 4 ++--
 dev-util/rosdep/rosdep-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/rosdep/rosdep-0.21.0.ebuild 
b/dev-util/rosdep/rosdep-0.21.0.ebuild
index dde1899da88..8e8c536d355 100644
--- a/dev-util/rosdep/rosdep-0.21.0.ebuild
+++ b/dev-util/rosdep/rosdep-0.21.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then

diff --git a/dev-util/rosdep/rosdep-9999.ebuild 
b/dev-util/rosdep/rosdep-9999.ebuild
index dde1899da88..8e8c536d355 100644
--- a/dev-util/rosdep/rosdep-9999.ebuild
+++ b/dev-util/rosdep/rosdep-9999.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then

Reply via email to