diff options
author | 2020-08-05 17:05:46 +0200 | |
---|---|---|
committer | 2020-08-05 17:30:09 +0200 | |
commit | 9309c5265ea62d90354d81ae0dc5ad6b74de23a5 (patch) | |
tree | 435aceb9849aba7b437f0541cf1370eea5f20abd /dev-ros | |
parent | dev-ros/geodesy: py3 fixes (diff) | |
download | gentoo-9309c5265ea62d90354d81ae0dc5ad6b74de23a5.tar.gz gentoo-9309c5265ea62d90354d81ae0dc5ad6b74de23a5.tar.bz2 gentoo-9309c5265ea62d90354d81ae0dc5ad6b74de23a5.zip |
dev-ros/test_tf2: add missing dep
Closes: https://bugs.gentoo.org/734706
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/test_tf2/test_tf2-0.7.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/test_tf2/test_tf2-9999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ros/test_tf2/test_tf2-0.7.2.ebuild b/dev-ros/test_tf2/test_tf2-0.7.2.ebuild index 10d0f26755b0..24179b340482 100644 --- a/dev-ros/test_tf2/test_tf2-0.7.2.ebuild +++ b/dev-ros/test_tf2/test_tf2-0.7.2.ebuild @@ -25,9 +25,11 @@ DEPEND=" dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] dev-ros/tf2_msgs + dev-ros/rosbash sci-libs/orocos_kdl $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") dev-libs/boost:=[threads] - dev-cpp/gtest" + dev-cpp/gtest +" mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) diff --git a/dev-ros/test_tf2/test_tf2-9999.ebuild b/dev-ros/test_tf2/test_tf2-9999.ebuild index 10d0f26755b0..24179b340482 100644 --- a/dev-ros/test_tf2/test_tf2-9999.ebuild +++ b/dev-ros/test_tf2/test_tf2-9999.ebuild @@ -25,9 +25,11 @@ DEPEND=" dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] dev-ros/tf2_msgs + dev-ros/rosbash sci-libs/orocos_kdl $(python_gen_cond_dep "dev-python/python_orocos_kdl[\${PYTHON_USEDEP}]") dev-libs/boost:=[threads] - dev-cpp/gtest" + dev-cpp/gtest +" mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" ) |