diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-06-28 18:23:49 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2008-06-28 18:23:49 (GMT) |
commit | ed25b2c358fa424513979b4822c8e24afbc4e0cc (patch) | |
tree | 23db8d04933d64d71b07eaf09d38ff9eaf1c64f4 /setup.py | |
parent | 361e553dc540ebba2c17bd9da9599a5842de4743 (diff) | |
download | cpython-ed25b2c358fa424513979b4822c8e24afbc4e0cc.zip cpython-ed25b2c358fa424513979b4822c8e24afbc4e0cc.tar.gz cpython-ed25b2c358fa424513979b4822c8e24afbc4e0cc.tar.bz2 |
- allow to configure with db4.7, test with 4.7 on some buildds
needs to be reviewed before release.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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? |