nose definition in rosdep.yaml

This commit is contained in:
Ken Conley 2012-01-18 22:52:41 +00:00
parent a1805a8f4f
commit e81ba6d7f8
2 changed files with 5 additions and 1 deletions

View File

@ -377,3 +377,7 @@ libtool:
arch: libtool
gentoo: sys-devel/libtool
freebsd: libtool
nose:
ubuntu:
apt:
packages: [python-nose]

View File

@ -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>