diff options
Diffstat (limited to 'dev-ros/genpy')
-rw-r--r-- | dev-ros/genpy/genpy-0.6.16.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/genpy/genpy-9999.ebuild | 3 |
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" ) |