From 555da6ef7b69ec809ea65f0e153430c2a1a50191 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 22 Apr 2016 16:29:23 +0200 Subject: dev-ros/rosmaster: add missing dev-python/defusedxml dep, bug #580836 Package-Manager: portage-2.2.28 --- dev-ros/rosmaster/rosmaster-1.12.1.ebuild | 5 ++++- dev-ros/rosmaster/rosmaster-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-ros/rosmaster/rosmaster-1.12.1.ebuild b/dev-ros/rosmaster/rosmaster-1.12.1.ebuild index ec8fb4f31a6..452159bd7be 100644 --- a/dev-ros/rosmaster/rosmaster-1.12.1.ebuild +++ b/dev-ros/rosmaster/rosmaster-1.12.1.ebuild @@ -16,6 +16,9 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]" +RDEPEND=" + dev-ros/rosgraph[${PYTHON_USEDEP}] + dev-python/defusedxml[${PYTHON_USEDEP}] +" DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/rosmaster/rosmaster-9999.ebuild b/dev-ros/rosmaster/rosmaster-9999.ebuild index ec8fb4f31a6..452159bd7be 100644 --- a/dev-ros/rosmaster/rosmaster-9999.ebuild +++ b/dev-ros/rosmaster/rosmaster-9999.ebuild @@ -16,6 +16,9 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-ros/rosgraph[${PYTHON_USEDEP}]" +RDEPEND=" + dev-ros/rosgraph[${PYTHON_USEDEP}] + dev-python/defusedxml[${PYTHON_USEDEP}] +" DEPEND="${RDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] )" -- cgit v1.2.1