summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-20 11:58:27 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-20 14:44:00 +0200
commitab895997059e0e5a9766fb38df3334de2fd6a845 (patch)
treef77ec120af2da690f860ddc0eb66c8ea8680b053
parentros-meta/ros_comm: Bump to 1.15.9. (diff)
downloadgentoo-ab895997059e0e5a9766fb38df3334de2fd6a845.tar.gz
gentoo-ab895997059e0e5a9766fb38df3334de2fd6a845.tar.bz2
gentoo-ab895997059e0e5a9766fb38df3334de2fd6a845.zip
dev-util/rosdep: fix distutils dep
Closes: https://bugs.gentoo.org/749948 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r--dev-util/rosdep/rosdep-0.19.0-r1.ebuild (renamed from dev-util/rosdep/rosdep-0.19.0.ebuild)1
-rw-r--r--dev-util/rosdep/rosdep-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/rosdep/rosdep-0.19.0.ebuild b/dev-util/rosdep/rosdep-0.19.0-r1.ebuild
index aa7a8d86538f..30059ea3b7ce 100644
--- a/dev-util/rosdep/rosdep-0.19.0.ebuild
+++ b/dev-util/rosdep/rosdep-0.19.0-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild
index aa7a8d86538f..30059ea3b7ce 100644
--- a/dev-util/rosdep/rosdep-9999.ebuild
+++ b/dev-util/rosdep/rosdep-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then