diff options
-rw-r--r-- | python/python-twisted/README | 2 | ||||
-rw-r--r-- | python/python-twisted/python-twisted.info | 2 |
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" |