diffoscope: override sqlalchemy to unbreak dataset

This commit is contained in:
Robert Schütz
2026-01-06 14:20:00 -08:00
parent b618ef91d2
commit 6ffe711a13
+2
View File
@@ -84,6 +84,8 @@ let
python = python3.override {
self = python;
packageOverrides = final: prev: {
# version 2 breaks dataset and thus androguard
sqlalchemy = prev.sqlalchemy_1_4;
# version 4 or newer would log the following error but tests currently don't fail because radare2 is disabled
# ValueError: argument TNULL is not a TLSH hex string
tlsh = prev.tlsh.overridePythonAttrs (