development/nose: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 17:26:22 -05:00
parent b54edb61ab
commit b5a53c28c5
2 changed files with 2 additions and 3 deletions

View file

@ -2,5 +2,4 @@ nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic.
NOTE: Building nose requires requires pysetuptools, and Sphinx is
optional if you want more docs.
NOTE: Sphinx is optional if you want more docs.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/n/nose/nose-1.1.2.tar.gz"
MD5SUM="144f237b615e23f21f6a50b2183aa817"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools sphinx"
REQUIRES="distribute"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"