summaryrefslogtreecommitdiffstats
path: root/libraries/FormEncode
diff options
context:
space:
mode:
author ponce2012-08-26 09:52:59 +0200
committer ponce2012-08-26 09:52:59 +0200
commite4763dfd38af497c31d1eff37710488539cb8f0d (patch)
treef7f3185f066138ae6a3b043933d785fe6bf1e814 /libraries/FormEncode
parentb00a2a06df3dbfe88c00f0716df6facc7fcb2e41 (diff)
downloadslackbuilds-e4763dfd38af497c31d1eff37710488539cb8f0d.tar.gz
libraries/FormEncode: Fixed dep information
Diffstat (limited to 'libraries/FormEncode')
-rw-r--r--libraries/FormEncode/FormEncode.info2
-rw-r--r--libraries/FormEncode/README7
2 files changed, 3 insertions, 6 deletions
diff --git a/libraries/FormEncode/FormEncode.info b/libraries/FormEncode/FormEncode.info
index 34496566c1..f156a04c45 100644
--- a/libraries/FormEncode/FormEncode.info
+++ b/libraries/FormEncode/FormEncode.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/F/FormEncode/FormEncode-1.2.4.t
MD5SUM="6bc17fb9aed8aea198975e888e2077f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="nose pysetuptools sphinx"
+REQUIRES="pysetuptools"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
diff --git a/libraries/FormEncode/README b/libraries/FormEncode/README
index 3d7388207a..8072779675 100644
--- a/libraries/FormEncode/README
+++ b/libraries/FormEncode/README
@@ -2,8 +2,5 @@ FormEncode validates and converts nested structures. It allows for a
declarative form of defining the validation, and decoupled processes
for filling and generating forms.
-NOTE: To build this package, setuptools needs to be installed
-(available at SlackBuilds.org as "pysetuptools"). Also, Sphinx, if
-installed, is used to generate the docs.
-
-NOTE: Running the test suite requires nose.
+Optional dependencies are Sphinx, used to generate the docs, and
+nose, to run the test suite.