diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/zope.interface/README | 3 | ||||
-rw-r--r-- | development/zope.interface/zope.interface.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/development/zope.interface/README b/development/zope.interface/README index 0be142353e..9b2eaba0cb 100644 --- a/development/zope.interface/README +++ b/development/zope.interface/README @@ -1,5 +1,4 @@ ZOPE Interfaces are a mechanism for labeling objects as conforming to a given API or contract. -This requires pysetuptools, and zope.testing is an optional dependency -if you want to run the test suite. +zope.testing is an optional dependency if you want to run the test suite. diff --git a/development/zope.interface/zope.interface.info b/development/zope.interface/zope.interface.info index 909091ffc8..15076aff41 100644 --- a/development/zope.interface/zope.interface.info +++ b/development/zope.interface/zope.interface.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/z/zope.interface/zope.interface MD5SUM="8ab837320b4532774c9c89f030d2a389" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools" +REQUIRES="distribute" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |