diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-04 16:30:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-04 17:21:42 +0300 |
commit | b8183067087b29d8c1d0ff31aabf587ae38f839f (patch) | |
tree | 880ae12e181f9546f88273484c96a3e0fed4bd6a /dev-util/rosdep | |
parent | dev-scheme/gauche-gl: do not compress info files (diff) | |
download | gentoo-b8183067087b29d8c1d0ff31aabf587ae38f839f.tar.gz gentoo-b8183067087b29d8c1d0ff31aabf587ae38f839f.tar.bz2 gentoo-b8183067087b29d8c1d0ff31aabf587ae38f839f.zip |
dev-util/rosdep: enable py3.10
Closes: https://bugs.gentoo.org/806863
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/rosdep')
-rw-r--r-- | dev-util/rosdep/rosdep-0.21.0.ebuild | 4 | ||||
-rw-r--r-- | 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 dde1899da88c..8e8c536d3554 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 dde1899da88c..8e8c536d3554 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 |