summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-04-22 16:29:23 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-04-22 16:30:18 +0200
commit555da6ef7b69ec809ea65f0e153430c2a1a50191 (patch)
treede68c87725313f542f39814aa61d43e77ad7b837 /dev-ros/rosmaster
parentsys-apps/grep: Removed old. (diff)
downloadgentoo-555da6ef7b69ec809ea65f0e153430c2a1a50191.tar.gz
gentoo-555da6ef7b69ec809ea65f0e153430c2a1a50191.tar.bz2
gentoo-555da6ef7b69ec809ea65f0e153430c2a1a50191.zip
dev-ros/rosmaster: add missing dev-python/defusedxml dep, bug #580836
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ros/rosmaster')
-rw-r--r--dev-ros/rosmaster/rosmaster-1.12.1.ebuild5
-rw-r--r--dev-ros/rosmaster/rosmaster-9999.ebuild5
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 ec8fb4f31a65..452159bd7beb 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 ec8fb4f31a65..452159bd7beb 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}] )"