diff options
author | 2018-07-27 10:31:29 +0200 | |
---|---|---|
committer | 2018-07-27 11:25:56 +0200 | |
commit | dd0dc8eabd9d208e5d0646ae96496fe12cbc4ffd (patch) | |
tree | 2b202125ec21b3c09aca9f82d952cb1dfaf7a389 | |
parent | dev-ros/dwa_local_planner: remove pcl dep (diff) | |
download | gentoo-dd0dc8eabd9d208e5d0646ae96496fe12cbc4ffd.tar.gz gentoo-dd0dc8eabd9d208e5d0646ae96496fe12cbc4ffd.tar.bz2 gentoo-dd0dc8eabd9d208e5d0646ae96496fe12cbc4ffd.zip |
dev-ros/amcl: add pykdl test dep
Package-Manager: Portage-2.3.43, Repoman-2.3.10
-rw-r--r-- | dev-ros/amcl/amcl-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}] ) " |