dev-ros/sensor_msgs: add rosunit test dep

Package-Manager: Portage-2.3.36, Repoman-2.3.9
This commit is contained in:
Alexis Ballier
2018-05-13 12:36:49 +02:00
parent 694a61311e
commit fa0ada1d4a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,6 +18,6 @@ IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )
test? ( dev-cpp/gtest dev-ros/rosunit[${PYTHON_USEDEP}] )
"
RDEPEND="${RDEPEND}"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,6 +18,6 @@ IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )
test? ( dev-cpp/gtest dev-ros/rosunit[${PYTHON_USEDEP}] )
"
RDEPEND="${RDEPEND}"