From: Matthias Klose Date: Sat, 28 Jun 2008 18:23:49 +0000 (+0000) Subject: - allow to configure with db4.7, test with 4.7 on some buildds X-Git-Tag: v3.0b2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed25b2c358fa424513979b4822c8e24afbc4e0cc;p=thirdparty%2FPython%2Fcpython.git - allow to configure with db4.7, test with 4.7 on some buildds needs to be reviewed before release. --- diff --git a/setup.py b/setup.py index cc7241027b36..c947bdca1e8a 100644 --- a/setup.py +++ b/setup.py @@ -656,6 +656,7 @@ class PyBuildExt(build_ext): # have issues on many platforms. I've temporarily # disabled 4.6 to see what the odd platform # buildbots say. + max_db_ver = (4, 7) # XXX(matthias.klose): test with 4.7 on some buildds min_db_ver = (3, 3) db_setup_debug = False # verbose debug prints from this script?