]> granicus.if.org Git - python/commitdiff
Allow BerlekeyDB up through 4.7. I doubt any of our unixy buildbots even have
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 26 May 2008 19:29:14 +0000 (19:29 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 26 May 2008 19:29:14 +0000 (19:29 +0000)
that installed yet but the module code supports it.

setup.py

index 8ed4486b49c04a9ea1b119671b911388309ea3f7..c8cbbcc735e9e115df2d859e68e28293d020a0e6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -687,10 +687,7 @@ class PyBuildExt(build_ext):
         # a release.  Most open source OSes come with one or more
         # versions of BerkeleyDB already installed.
 
-        max_db_ver = (4, 5)  # XXX(gregory.p.smith): 4.6 "works" but seems to
-                             # have issues on many platforms.  I've temporarily
-                             # disabled 4.6 to see what the odd platform
-                             # buildbots say.
+        max_db_ver = (4, 7)
         min_db_ver = (3, 3)
         db_setup_debug = False   # verbose debug prints from this script?