python3Packages.frictionless: exclude datasette from nativeCheckInputs

Datasette depends on asgi-csrf which was broken by updating
python-multipart past version 0.0.26.
This commit is contained in:
Robert Schütz
2026-05-20 09:17:07 -07:00
parent 1355d225b6
commit ba2df560b6
@@ -195,7 +195,8 @@ buildPythonPackage rec {
openpyxl
xlrd
]
++ lib.concatAttrValues optional-dependencies;
# datasette is transitively broken by asgi-csrf
++ lib.concatAttrValues (lib.removeAttrs optional-dependencies [ "datasette" ]);
disabledTestPaths = [
# Requires optional dependencies that have not been packaged (commented out above)