mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/zope.component: Fixed dep information
This commit is contained in:
parent
ad4fa9031f
commit
ed8d7b3d31
2 changed files with 4 additions and 7 deletions
|
@ -2,9 +2,6 @@ This package represents the core of the Zope Component Architecture.
|
|||
Together with the 'zope.interface' package, it provides facilities
|
||||
for defining, registering and looking up components.
|
||||
|
||||
This requires zope.event and zope.interface.
|
||||
|
||||
To build, this requires pysetuptools.
|
||||
|
||||
Additional functionality is provided, if zope.hookable,
|
||||
zope.i18nmessageid, zope.configuration, and/or ZODB3 are installed.
|
||||
Additional functionality is provided if the optional dependencies
|
||||
zope.hookable, zope.i18nmessageid, zope.configuration, and/or ZODB3
|
||||
are installed.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/z/zope.component/zope.component
|
|||
MD5SUM="ef29587b5fe78123d212b35331f3ce0d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ZODB3 pysetuptools"
|
||||
REQUIRES="zope.event zope.interface"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
Loading…
Reference in a new issue