From: Alexis Ballier Date: Fri, 27 Jul 2018 08:31:29 +0000 (+0200) Subject: dev-ros/amcl: add pykdl test dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dd0dc8eabd9d208e5d0646ae96496fe12cbc4ffd;p=gentoo.git dev-ros/amcl: add pykdl test dep Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/dev-ros/amcl/amcl-9999.ebuild b/dev-ros/amcl/amcl-9999.ebuild index aebe91d62a73..ccc5ea486cf5 100644 --- a/dev-ros/amcl/amcl-9999.ebuild +++ b/dev-ros/amcl/amcl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,5 +24,5 @@ RDEPEND=" dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] ) + test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/python_orocos_kdl[${PYTHON_USEDEP}] ) "