#1119229 python3.14: Depends on db5.3

Package:
src:python3.14
Source:
src:python3.14
Submitter:
Chris Hofstädtler
Date:
2026-09-13 08:11:02 UTC
Severity:
normal
Tags:
#1119229#5
Date:
2025-10-27 22:07:46 UTC
From:
To:
Dear Maintainer,

your package depends or otherwise uses db5.3 ("Berkeley DB"). The
upstream of db5.3 has ceased maintaining it, and it is also orphaned
in Debian. See #987013 for discussion. Please update your package to
remove any uses of db5.3 for forky.
If necessary, provide an upgrade path in forky and remove usage in
duke.

Chris

#1119229#22
Date:
2026-09-13 08:08:41 UTC
From:
To:
won't fix in python3.14, removed in python3.15. the default
implementation for the dbm module is sqlite3, at least since python3.13,
so it's safe to just drop it.