dev-ros/amcl: add pykdl test dep
authorAlexis Ballier <aballier@gentoo.org>
Fri, 27 Jul 2018 08:31:29 +0000 (10:31 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Fri, 27 Jul 2018 09:25:56 +0000 (11:25 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-ros/amcl/amcl-9999.ebuild

index aebe91d62a7335a25a3fe4071a1775f0c51c099c..ccc5ea486cf54910e7a832198f706c02dbd09ebe 100644 (file)
@@ -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}] )
 "