commit: 5acf0fa0d59cb7ff6942d47bd60fa8d2ef2adb0a Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 13:20:20 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 13:20:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acf0fa0
dev-ros/rospy_tutorials: add missing test dep Closes: https://bugs.gentoo.org/734740 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild | 5 ++++- dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild index 9977f2feee7..ecde7b0dc1d 100644 --- a/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild +++ b/dev-ros/rospy_tutorials/rospy_tutorials-0.10.1.ebuild @@ -19,7 +19,10 @@ RDEPEND=" dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/roscpp_tutorials + )" src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" diff --git a/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild b/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild index 9977f2feee7..ecde7b0dc1d 100644 --- a/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild +++ b/dev-ros/rospy_tutorials/rospy_tutorials-9999.ebuild @@ -19,7 +19,10 @@ RDEPEND=" dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/roscpp_tutorials + )" src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
