summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-26 19:25:58 +0200
committer ponce <matteo.bernardini@gmail.com>2012-08-26 19:25:58 +0200
commited8d7b3d31be01eacfafb1ddc81f79af46391bb1 (patch)
tree69c7b30c8491520a32d38fc392496d0e5dbb07dd /libraries
parentad4fa9031f7845af3523bd6d25e3c0d937950a82 (diff)
downloadslackbuilds-ed8d7b3d31be01eacfafb1ddc81f79af46391bb1.tar.gz
slackbuilds-ed8d7b3d31be01eacfafb1ddc81f79af46391bb1.tar.xz
libraries/zope.component: Fixed dep information
Diffstat (limited to 'libraries')
-rw-r--r--libraries/zope.component/README9
-rw-r--r--libraries/zope.component/zope.component.info2
2 files changed, 4 insertions, 7 deletions
diff --git a/libraries/zope.component/README b/libraries/zope.component/README
index c8fbd5f9a7..62718e2c76 100644
--- a/libraries/zope.component/README
+++ b/libraries/zope.component/README
@@ -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.
diff --git a/libraries/zope.component/zope.component.info b/libraries/zope.component/zope.component.info
index fded18c1eb..0ff18a773c 100644
--- a/libraries/zope.component/zope.component.info
+++ b/libraries/zope.component/zope.component.info
@@ -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"