gramps: replace bsddb3 with berkeleydb

Prepare for Python 3.12 compatibility as bsddb3 is not officially
compatible with Python 3.10+ and Python 3.12 breaks bsddb3 tests due to
distutils being deprecated
This commit is contained in:
kenshin 2024-05-25 17:36:00 +02:00 committed by Sandro Jäckel
parent 729f34a0c8
commit 92fd43bd75

View File

@ -69,7 +69,7 @@ buildPythonApplication rec {
;
propagatedBuildInputs = with pythonPackages; [
bsddb3
berkeleydb
pyicu
pygobject3
pycairo