diff options
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 |
commit | ded2f030e8a5946e27da546f11df7f8befdc9a93 (patch) | |
tree | cdd2c7a83fdda0905b1465c0e6163504eeb6e0da /libraries | |
parent | dabdc6c3dc6c56c4da29d741840aa437a732e0fc (diff) |
libraries/zope.proxy: Fixed dep information
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/zope.proxy/README | 4 | ||||
-rw-r--r-- | libraries/zope.proxy/zope.proxy.info | 2 |
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" |