libraries/Nevow: Fixed dep information

This commit is contained in:
ponce 2012-08-23 21:30:26 +02:00
parent 9d40b9215c
commit 8ceb367abd
2 changed files with 1 additions and 3 deletions

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/N/Nevow/Nevow-0.10.0.tar.gz"
MD5SUM="66dda2ad88f42dea05911add15f4d1b2" MD5SUM="66dda2ad88f42dea05911add15f4d1b2"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="pysetuptools python-twisted" REQUIRES="python-twisted"
MAINTAINER="Markus Reichelt" MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de" EMAIL="slackbuilds@mareichelt.de"

View file

@ -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 automatically, and form posts will be validated and input coerced, rendering
error pages if appropriate. Once a form post has validated successfully, the error pages if appropriate. Once a form post has validated successfully, the
method will be called with the coerced values. method will be called with the coerced values.
This requires pysetuptools, python-twisted, and zope.interface.