summaryrefslogtreecommitdiffstats
path: root/python/python-twisted
diff options
context:
space:
mode:
author ponce2012-08-23 11:59:39 +0200
committer Robby Workman2012-08-23 22:49:24 +0200
commit384a0027f4d26408fd19042db9c054a1c6e81da4 (patch)
treef0c9350800e52a874b8fca3caccb801febe6d99a /python/python-twisted
parent40341353c910ba7d26b76723ea15b35faee98754 (diff)
downloadslackbuilds-384a0027f4d26408fd19042db9c054a1c6e81da4.tar.gz
python/python-twisted: Fixed dep information
Diffstat (limited to 'python/python-twisted')
-rw-r--r--python/python-twisted/README2
-rw-r--r--python/python-twisted/python-twisted.info2
2 files changed, 1 insertions, 3 deletions
diff --git a/python/python-twisted/README b/python/python-twisted/README
index 580a8e4425..b5ce41eb91 100644
--- a/python/python-twisted/README
+++ b/python/python-twisted/README
@@ -4,5 +4,3 @@ under the MIT license.
Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix
sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH,
IRC, FTP, and others), and much more.
-
-This requires zope.interface at runtime.
diff --git a/python/python-twisted/python-twisted.info b/python/python-twisted/python-twisted.info
index 712a996a3a..ec33aa1b22 100644
--- a/python/python-twisted/python-twisted.info
+++ b/python/python-twisted/python-twisted.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/T/Twisted/Twisted-12.1.0.tar.bz
MD5SUM="f396f1d6f5321e869c2f89b2196a9eb5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="zope.interface"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"