tandoor-recipes: pin lxml to 5.1.0

This commit is contained in:
Ivan Petkov
2024-07-14 08:49:57 -07:00
parent f3f52741e6
commit 1f803e4edb
@@ -29,6 +29,15 @@ let
pytest-django
];
});
# python3.11-extruct-0.16.0 doesn't work with lxml-5.2.2
lxml = super.lxml.overridePythonAttrs (oldAttrs: rec {
version = "5.1.0";
src = oldAttrs.src.override {
rev = version;
hash = "sha256-eWLYzZWatYDmhuBTZynsdytlNFKKmtWQ1XIyzVD8sDY=";
};
});
};
};