diff options
-rw-r--r-- | dev-ros/rosmaster/rosmaster-1.12.1.ebuild | 5 | ||||
-rw-r--r-- | 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}] )" |