libraries/zope.component: Fixed dep information

This commit is contained in:
ponce 2012-08-26 19:25:58 +02:00
parent ad4fa9031f
commit ed8d7b3d31
2 changed files with 4 additions and 7 deletions

View file

@ -2,9 +2,6 @@ This package represents the core of the Zope Component Architecture.
Together with the 'zope.interface' package, it provides facilities Together with the 'zope.interface' package, it provides facilities
for defining, registering and looking up components. for defining, registering and looking up components.
This requires zope.event and zope.interface. Additional functionality is provided if the optional dependencies
zope.hookable, zope.i18nmessageid, zope.configuration, and/or ZODB3
To build, this requires pysetuptools. are installed.
Additional functionality is provided, if zope.hookable,
zope.i18nmessageid, zope.configuration, and/or ZODB3 are installed.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component
MD5SUM="ef29587b5fe78123d212b35331f3ce0d" MD5SUM="ef29587b5fe78123d212b35331f3ce0d"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="ZODB3 pysetuptools" REQUIRES="zope.event zope.interface"
MAINTAINER="Mikko Värri" MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi" EMAIL="vmj@linuxbox.fi"