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