pybsddb 4.8.4 integration. Please, comment in issue #8156

This commit is contained in:
Jesus Cea 2010-03-22 14:22:26 +00:00
parent 31e928eb3c
commit 6557aac599
23 changed files with 3360 additions and 455 deletions

View file

@ -708,7 +708,7 @@ class PyBuildExt(build_ext):
# versions of BerkeleyDB already installed.
max_db_ver = (4, 8)
min_db_ver = (3, 3)
min_db_ver = (4, 1)
db_setup_debug = False # verbose debug prints from this script?
def allow_db_ver(db_ver):