Commit 002e5007 authored by Jeremy Hylton's avatar Jeremy Hylton

Removing BDBStorage from the main distribution.

parent ee6e4701
......@@ -119,12 +119,7 @@ winlock = Extension(name = 'ZODB.winlock',
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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment