mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/nose: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
b54edb61ab
commit
b5a53c28c5
2 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue