dev-python/urdf_parser_py: add missing test dep

Closes: https://bugs.gentoo.org/723560
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2020-05-18 16:22:46 +02:00
parent ef88faa987
commit bbad848a73

View File

@@ -23,7 +23,10 @@ RDEPEND="${DEPEND}
dev-python/catkin_pkg[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --with-coverage || die