summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-26 19:32:31 +0200
committer ponce <matteo.bernardini@gmail.com>2012-08-26 19:32:31 +0200
commitded2f030e8a5946e27da546f11df7f8befdc9a93 (patch)
treecdd2c7a83fdda0905b1465c0e6163504eeb6e0da
parentdabdc6c3dc6c56c4da29d741840aa437a732e0fc (diff)
downloadslackbuilds-ded2f030e8a5946e27da546f11df7f8befdc9a93.tar.gz
slackbuilds-ded2f030e8a5946e27da546f11df7f8befdc9a93.tar.xz
libraries/zope.proxy: Fixed dep information
-rw-r--r--libraries/zope.proxy/README4
-rw-r--r--libraries/zope.proxy/zope.proxy.info2
2 files changed, 1 insertions, 5 deletions
diff --git a/libraries/zope.proxy/README b/libraries/zope.proxy/README
index 5c1740eee1..c71e4f1b0d 100644
--- a/libraries/zope.proxy/README
+++ b/libraries/zope.proxy/README
@@ -5,7 +5,3 @@ wrappers around another object, intervening in the apparent behavior
of the wrapped object only when necessary to apply the policy (e.g.,
access checking, location brokering, etc.) for which the proxy is
responsible.
-
-This requires zope.interface.
-
-To build, this requires pysetuptools.
diff --git a/libraries/zope.proxy/zope.proxy.info b/libraries/zope.proxy/zope.proxy.info
index d3dc69242f..1d60276b84 100644
--- a/libraries/zope.proxy/zope.proxy.info
+++ b/libraries/zope.proxy/zope.proxy.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/z/zope.proxy/zope.proxy-3.6.1.z
MD5SUM="a400b0a26624b17fa889dbcaa989d440"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pysetuptools"
+REQUIRES="zope.interface"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"