summaryrefslogtreecommitdiffstats
path: root/libraries/ZODB3
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ZODB3')
-rw-r--r--libraries/ZODB3/README5
-rw-r--r--libraries/ZODB3/ZODB3.info2
2 files changed, 1 insertions, 6 deletions
diff --git a/libraries/ZODB3/README b/libraries/ZODB3/README
index 3323ca34ea..e059a0b9e5 100644
--- a/libraries/ZODB3/README
+++ b/libraries/ZODB3/README
@@ -3,8 +3,3 @@ Python that provides a high-degree of transparency. Applications
can take advantage of object database features with few, if any,
changes to application logic. ZODB includes features such as a
plugable storage interface, rich transaction support, and undo.
-
-This requires zope.event, python-transaction, zc.lockfile, ZConfig,
-zdaemon, zope.interface and zope.proxy.
-
-To build, this requires pysetuptools.
diff --git a/libraries/ZODB3/ZODB3.info b/libraries/ZODB3/ZODB3.info
index 1b14042912..aa88e53a8b 100644
--- a/libraries/ZODB3/ZODB3.info
+++ b/libraries/ZODB3/ZODB3.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/Z/ZODB3/ZODB3-3.10.5.tar.gz"
MD5SUM="6f180c6897a1820948fee2a6290503cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ZConfig pysetuptools python-transaction zdaemon"
+REQUIRES="python-transaction zdaemon zope.event zope.proxy"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"