diff options
Diffstat (limited to 'development/zope.interface/README')
-rw-r--r-- | development/zope.interface/README | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/development/zope.interface/README b/development/zope.interface/README index 48af903300..2e92c37f8a 100644 --- a/development/zope.interface/README +++ b/development/zope.interface/README @@ -3,8 +3,5 @@ zope.interface (Zope 3 Interface Infrastructure) Interfaces are a mechanism for labeling objects as conforming to a given API or contract. -NOTE: Building zope.interface requires Python setuptools to be -installed (available at SlackBuilds.org as "pysetuptools"). -No runtime dependencies beyond Python. - -Running the test suite requires zope.testing, but that is optional. +This requires pysetuptools, and zope.testing is an optional dependency +if you want to run the test suite. |