summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2010-03-22 14:22:26 +0000
committerJesus Cea <jcea@jcea.es>2010-03-22 14:22:26 +0000
commit6557aac599f1c22051ee61ba61c8c43add406e94 (patch)
treea06e09b51b3aaf03143cfcea217f14e11db8d7c5 /setup.py
parent31e928eb3c44d90ec951db118de4736e90532f84 (diff)
downloadcpython-git-6557aac599f1c22051ee61ba61c8c43add406e94.tar.gz
pybsddb 4.8.4 integration. Please, comment in issue #8156
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 fa92d053e1..0a52b0a559 100644
--- a/setup.py
+++ b/setup.py
@@ -708,7 +708,7 @@ class PyBuildExt(build_ext):
# versions of BerkeleyDB already installed.
max_db_ver = (4, 8)
- min_db_ver = (3, 3)
+ min_db_ver = (4, 1)
db_setup_debug = False # verbose debug prints from this script?
def allow_db_ver(db_ver):