summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-20 12:03:19 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-20 14:44:01 +0200
commit7e163c439a456705319157002e4d2c4ce84e7e8e (patch)
tree5e2b736777a963c556386a16c0906fefefbd4b8d /dev-util/rosinstall_generator
parentdev-python/rosdistro: bump to 0.8.3 (diff)
downloadgentoo-7e163c439a456705319157002e4d2c4ce84e7e8e.tar.gz
gentoo-7e163c439a456705319157002e4d2c4ce84e7e8e.tar.bz2
gentoo-7e163c439a456705319157002e4d2c4ce84e7e8e.zip
dev-util/rosinstall_generator: fix distutils dep
Add py39 Closes: https://bugs.gentoo.org/749945 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-util/rosinstall_generator')
-rw-r--r--dev-util/rosinstall_generator/rosinstall_generator-0.1.22-r1.ebuild (renamed from dev-util/rosinstall_generator/rosinstall_generator-0.1.22.ebuild)3
-rw-r--r--dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/rosinstall_generator/rosinstall_generator-0.1.22.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-0.1.22-r1.ebuild
index 58ee6bf23a0d..3b70d500c3cf 100644
--- a/dev-util/rosinstall_generator/rosinstall_generator-0.1.22.ebuild
+++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.22-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
diff --git a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild
index 58ee6bf23a0d..3b70d500c3cf 100644
--- a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild
+++ b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then