summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/python-simpy/README5
-rw-r--r--python/python-simpy/python-simpy.info2
2 files changed, 4 insertions, 3 deletions
diff --git a/python/python-simpy/README b/python/python-simpy/README
index 6cafad6caf..795a9e832e 100644
--- a/python/python-simpy/README
+++ b/python/python-simpy/README
@@ -1,8 +1,6 @@
SimPy
=====
-To build documentation, pass DOCS=yes to the slackbuild. Requires Sphinx.
-
SimPy is a process-based discrete-event simulation language based on standard
Python and released under the GNU LGPL.
@@ -15,3 +13,6 @@ capabilities.
The distribution contains in-depth documentation, tutorials, and a large number
of simulation models.
+
+To build documentation, pass DOCS=yes to the slackbuild. Requires the optional
+dependency sphinx.
diff --git a/python/python-simpy/python-simpy.info b/python/python-simpy/python-simpy.info
index 5b64bf8234..2fbe1218a1 100644
--- a/python/python-simpy/python-simpy.info
+++ b/python/python-simpy/python-simpy.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/simpy/simpy/SimPy-2.2/SimPy-2
MD5SUM="62f973cc3160d7b5865ab6537add1cd2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="sphinx"
+REQUIRES=""
MAINTAINER="John Tyree"
EMAIL="johntyree+sbo@gmail.com"