diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-08-05 19:30:18 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-08-05 19:55:02 +0200 |
commit | 2d4dd30e9ae79b7c7aa5e46b88015967884c4340 (patch) | |
tree | 6d43790fa689360dc679e354e8f941a7fdc0f1ce | |
parent | dev-ros/tf_conversions: add missing test dep (diff) | |
download | gentoo-2d4dd30e9ae79b7c7aa5e46b88015967884c4340.tar.gz gentoo-2d4dd30e9ae79b7c7aa5e46b88015967884c4340.tar.bz2 gentoo-2d4dd30e9ae79b7c7aa5e46b88015967884c4340.zip |
dev-ros/test_rosservice: add missing test dep
Closes: https://bugs.gentoo.org/734676
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
-rw-r--r-- | dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/test_rosservice/test_rosservice-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild b/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild index f3a0192eb698..7f51764ff341 100644 --- a/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild +++ b/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild @@ -24,5 +24,6 @@ DEPEND="${RDEPEND} dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}] dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )" diff --git a/dev-ros/test_rosservice/test_rosservice-9999.ebuild b/dev-ros/test_rosservice/test_rosservice-9999.ebuild index f3a0192eb698..7f51764ff341 100644 --- a/dev-ros/test_rosservice/test_rosservice-9999.ebuild +++ b/dev-ros/test_rosservice/test_rosservice-9999.ebuild @@ -24,5 +24,6 @@ DEPEND="${RDEPEND} dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}] dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )" |