summaryrefslogtreecommitdiffstats
path: root/development/Sphinx
diff options
context:
space:
mode:
author Erik Hanson2012-08-24 23:32:30 +0200
committer Erik Hanson2012-08-25 00:47:40 +0200
commite09ba5f4962a94b6d7fe29ab4c0225802da13ccd (patch)
tree20c6e96c3f0205ac339df3fd098eca52a81f0b83 /development/Sphinx
parentcaa0c0967ca10887f97ef8a482649810eafe662e (diff)
downloadslackbuilds-e09ba5f4962a94b6d7fe29ab4c0225802da13ccd.tar.gz
development/Sphinx: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/Sphinx')
-rw-r--r--development/Sphinx/README1
-rw-r--r--development/Sphinx/Sphinx.info2
2 files changed, 1 insertions, 2 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README
index 2be9112e2c..c5fdb45b62 100644
--- a/development/Sphinx/README
+++ b/development/Sphinx/README
@@ -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.
diff --git a/development/Sphinx/Sphinx.info b/development/Sphinx/Sphinx.info
index c1a5d0db28..8a6f38e6ef 100644
--- a/development/Sphinx/Sphinx.info
+++ b/development/Sphinx/Sphinx.info
@@ -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"