python/foolscap: Fixed dep information

This commit is contained in:
ponce 2012-08-23 15:20:49 +02:00 committed by Robby Workman
parent 1655f85ee1
commit 252e8b9566
2 changed files with 1 additions and 4 deletions

View file

@ -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.

View file

@ -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"