Merge pull request #97 from bulwahn/rostest-depends-on-rostest-native-v2
rostest: rostest depends on rostest-native (resolves #83)
This commit is contained in:
commit
22031010e2
|
@ -3,7 +3,8 @@ SECTION = "devel"
|
|||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "boost python-nose rosunit-native"
|
||||
DEPENDS = "boost python-nose rostest-native"
|
||||
DEPENDS_class-native = "boost-native rosunit-native"
|
||||
|
||||
require ros-comm.inc
|
||||
|
||||
|
|
Loading…
Reference in New Issue