summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2021-08-09 17:45:52 +0200
committerAlexis Ballier <aballier@gentoo.org>2021-08-09 17:45:52 +0200
commit9f3a57961cc64567234d688fcf54959077b05160 (patch)
tree36c5e7eae61fba82e52494b19ff5eb095173c8d1 /dev-ros
parentdev-ros/rqt_moveit: bump to 0.5.10 (diff)
downloadgentoo-9f3a57961cc64567234d688fcf54959077b05160.tar.gz
gentoo-9f3a57961cc64567234d688fcf54959077b05160.tar.bz2
gentoo-9f3a57961cc64567234d688fcf54959077b05160.zip
dev-ros/genpy: add missing test dep
Closes: https://bugs.gentoo.org/806818 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/genpy/genpy-0.6.16.ebuild1
-rw-r--r--dev-ros/genpy/genpy-9999.ebuild3
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/genpy/genpy-0.6.16.ebuild b/dev-ros/genpy/genpy-0.6.16.ebuild
index e8cda9d3e500..a0323669d201 100644
--- a/dev-ros/genpy/genpy-0.6.16.ebuild
+++ b/dev-ros/genpy/genpy-0.6.16.ebuild
@@ -21,6 +21,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+ $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]")
)
"
PATCHES=( "${FILESDIR}/yaml.patch" )
diff --git a/dev-ros/genpy/genpy-9999.ebuild b/dev-ros/genpy/genpy-9999.ebuild
index a5796a02b2e9..a0323669d201 100644
--- a/dev-ros/genpy/genpy-9999.ebuild
+++ b/dev-ros/genpy/genpy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,6 +21,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+ $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]")
)
"
PATCHES=( "${FILESDIR}/yaml.patch" )