[Zope-CVS] CVS: ZODB - setup.py:1.3

Jeremy Hylton jeremy at zope.com
Tue Feb 17 15:01:27 EST 2004


Update of /cvs-repository/ZODB
In directory cvs.zope.org:/tmp/cvs-serv5046

Modified Files:
	setup.py 
Log Message:
Removing BDBStorage from the main distribution.


=== ZODB/setup.py 1.2 => 1.3 ===
--- ZODB/setup.py:1.2	Wed Feb 11 13:31:32 2004
+++ ZODB/setup.py	Tue Feb 17 15:01:26 2004
@@ -119,12 +119,7 @@
 
 exts += [cPersistence, cPickleCache, TimeStamp, coptimizations, winlock]
 
-bsddbhelper = Extension(name = 'BDBStorage._helper',
-                        sources = ['src/BDBStorage/_helper.c'])
-exts += [bsddbhelper]
-
-packages = ["BDBStorage", "BDBStorage.tests",
-            "BTrees", "BTrees.tests",
+packages = ["BTrees", "BTrees.tests",
             "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests",
             "ZODB", "ZODB.FileStorage", "ZODB.tests",
             "Persistence", "Persistence.tests",




More information about the Zope-CVS mailing list