projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
361e553
)
- allow to configure with db4.7, test with 4.7 on some buildds
author
Matthias Klose
<doko@ubuntu.com>
Sat, 28 Jun 2008 18:23:49 +0000
(18:23 +0000)
committer
Matthias Klose
<doko@ubuntu.com>
Sat, 28 Jun 2008 18:23:49 +0000
(18:23 +0000)
needs to be reviewed before release.
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index cc7241027b36ed38f675b9b4c5f0fe4a060c7ed8..c947bdca1e8a2f0db11b734781f6786ea8649ced 100644
(file)
--- 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?