summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-15 12:46:18 +0000
committerMatthias Klose <doko@ubuntu.com>2010-03-15 12:46:18 +0000
commit54cc539a2b06d4fc22358862dc72f3c9ede7b2d4 (patch)
tree536c3885d9e8123ff2f7b96499f0ad33ee787d7e /setup.py
parentf56813997fb546207ef1f9d15325dff2929dc455 (diff)
downloadcpython-git-54cc539a2b06d4fc22358862dc72f3c9ede7b2d4.tar.gz
- Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a86ae1c743..fa92d053e1 100644
--- a/setup.py
+++ b/setup.py
@@ -707,7 +707,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, 7)
+ max_db_ver = (4, 8)
min_db_ver = (3, 3)
db_setup_debug = False # verbose debug prints from this script?