[issue15235] allow newer berkley db versions

Matthias Klose report at bugs.python.org
Sun Jul 1 10:36:08 CEST 2012


New submission from Matthias Klose <doko at debian.org>:

setup.py still has a version check for berkley db, currently only allowing versions up to 5.1.x. I'm checking in a patch to bump this to allow versions up to 5.3.x.

Maybe this version check should be disabled (after 3.3), using berkley db as a backend for the dbm module doesn't rely on any fancy berkley db features.

----------
assignee: doko
components: Build
messages: 164461
nosy: doko
priority: normal
severity: normal
status: open
title: allow newer berkley db versions
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15235>
_______________________________________


More information about the Python-bugs-list mailing list