diff options
-rw-r--r-- | libraries/zope.schema/README | 4 | ||||
-rw-r--r-- | libraries/zope.schema/zope.schema.info | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/libraries/zope.schema/README b/libraries/zope.schema/README index fbd5f32dfc..2928322c40 100644 --- a/libraries/zope.schema/README +++ b/libraries/zope.schema/README @@ -1,6 +1,2 @@ Zope Schemas extend the notion of interfaces to detailed descriptions of Attributes (but not methods). - -This requires zope.event and zope.interface. - -To build, this requires pysetuptools. diff --git a/libraries/zope.schema/zope.schema.info b/libraries/zope.schema/zope.schema.info index 0096436489..79b69afa8c 100644 --- a/libraries/zope.schema/zope.schema.info +++ b/libraries/zope.schema/zope.schema.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/z/zope.schema/zope.schema-4.1.1 MD5SUM="09049359ea276873b219e0d1e8be5410" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools" +REQUIRES="zope.event zope.interface" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |