summaryrefslogtreecommitdiffstats
path: root/libraries/Nevow
diff options
context:
space:
mode:
author ponce2012-08-23 21:30:26 +0200
committer ponce2012-08-25 13:22:26 +0200
commit8ceb367abddbdb0b5d3779a7d9f43d9435aad9ae (patch)
treeb4ab98daeec12246b41a3828f97dcf75e2722d4e /libraries/Nevow
parent9d40b9215ca3a661d04ba0b6ef3e43f99468aced (diff)
downloadslackbuilds-8ceb367abddbdb0b5d3779a7d9f43d9435aad9ae.tar.gz
libraries/Nevow: Fixed dep information
Diffstat (limited to 'libraries/Nevow')
-rw-r--r--libraries/Nevow/Nevow.info2
-rw-r--r--libraries/Nevow/README2
2 files changed, 1 insertions, 3 deletions
diff --git a/libraries/Nevow/Nevow.info b/libraries/Nevow/Nevow.info
index 06d376d7df..95fb2cac3d 100644
--- a/libraries/Nevow/Nevow.info
+++ b/libraries/Nevow/Nevow.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/N/Nevow/Nevow-0.10.0.tar.gz"
MD5SUM="66dda2ad88f42dea05911add15f4d1b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pysetuptools python-twisted"
+REQUIRES="python-twisted"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"
diff --git a/libraries/Nevow/README b/libraries/Nevow/README
index dcee73bdea..5f61ab2e28 100644
--- a/libraries/Nevow/README
+++ b/libraries/Nevow/README
@@ -10,5 +10,3 @@ method parameters and exposing these methods to the web. Forms can be rendered
automatically, and form posts will be validated and input coerced, rendering
error pages if appropriate. Once a form post has validated successfully, the
method will be called with the coerced values.
-
-This requires pysetuptools, python-twisted, and zope.interface.