mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
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:
parent
729f34a0c8
commit
92fd43bd75
@ -69,7 +69,7 @@ buildPythonApplication rec {
|
||||
;
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
bsddb3
|
||||
berkeleydb
|
||||
pyicu
|
||||
pygobject3
|
||||
pycairo
|
||||
|
Loading…
Reference in New Issue
Block a user