mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Merged revisions 85645 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85645 | matthias.klose | 2010-10-17 15:22:33 +0200 (Sun, 17 Oct 2010) | 2 lines - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension. ........
This commit is contained in:
parent
5d744a8855
commit
55aa2f39a3
2 changed files with 3 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -729,7 +729,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 = (5, 1)
|
||||
min_db_ver = (3, 3)
|
||||
db_setup_debug = False # verbose debug prints from this script?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue