aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5c1740eee13ed..c71e4f1b0d258 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 d3dc69242f9df..1d60276b84776 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"