diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 15:20:49 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:31 -0500 |
commit | 252e8b956650ac923e75014928503c687cdf6ece (patch) | |
tree | ee32675c9dbc869fea33cb04e407c02f9c87eb48 /python | |
parent | 1655f85ee11e3ec3e394ba25ebda121e0246631a (diff) | |
download | slackbuilds-252e8b956650ac923e75014928503c687cdf6ece.tar.gz |
python/foolscap: Fixed dep information
Diffstat (limited to 'python')
-rw-r--r-- | python/foolscap/README | 3 | ||||
-rw-r--r-- | python/foolscap/foolscap.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/python/foolscap/README b/python/foolscap/README index 1a59cf9780..694eb6cb3b 100644 --- a/python/foolscap/README +++ b/python/foolscap/README @@ -3,6 +3,3 @@ capability-based security model and flexible serialization. It is intended to replace Twisted's native "Perspective Broker" RPC system. Foolscap has been under development (on and off) by Brian Warner for several years. - -This package requires pysetuptools, python-twisted and -zope.interface. diff --git a/python/foolscap/foolscap.info b/python/foolscap/foolscap.info index c14bb3e076..aa3bb07a5f 100644 --- a/python/foolscap/foolscap.info +++ b/python/foolscap/foolscap.info @@ -5,6 +5,6 @@ DOWNLOAD="http://foolscap.lothar.com/releases/foolscap-0.6.4.tar.gz" MD5SUM="0aedae62a0be50da4f89d80b5b30c8a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools python-twisted" +REQUIRES="python-twisted" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |