nose definition in rosdep.yaml
This commit is contained in:
parent
a1805a8f4f
commit
e81ba6d7f8
|
@ -377,3 +377,7 @@ libtool:
|
|||
arch: libtool
|
||||
gentoo: sys-devel/libtool
|
||||
freebsd: libtool
|
||||
nose:
|
||||
ubuntu:
|
||||
apt:
|
||||
packages: [python-nose]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Catkin-ProjectName: ros
|
||||
Version: 1.7.2
|
||||
Depends: catkin, rospack, rospkg, gtest, bzip2, python, boost
|
||||
Depends: catkin, rospack, rospkg, gtest, bzip2, python, boost, nose
|
||||
Description: ROS packaging system
|
||||
Author: Eric Berger, Ken Conley, Josh Faust, Tully Foote, Brian Gerkey, Jeremy Leibs, Morgan Quigley, Rob Wheeler, et al
|
||||
Maintainer: Ken Conley <kwc@willowgarage.com>
|
||||
|
|
Loading…
Reference in New Issue