development/Sphinx: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 16:32:30 -05:00
parent caa0c0967c
commit e09ba5f496
2 changed files with 1 additions and 2 deletions

View File

@ -6,5 +6,4 @@ support for that kind of docs as well (which is intended to be
freely mixed with hand-written content). If you need pure API docs
have a look at Epydoc, which also understands reST.
This requires pysetuptools, docutils, and Jinja2.
Pygments is an optional runtime-only dependency.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.1.3.tar.gz"
MD5SUM="8f55a6d4f87fc6d528120c5d1f983e98"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Jinja2 docutils pysetuptools"
REQUIRES="distribute docutils Jinja2"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"