python3Packages.frictionless: exclude datasette from nativeCheckInputs

Datasette depends on asgi-csrf which was broken by updating
python-multipart past version 0.0.26.

(cherry picked from commit ba2df560b6)
(cherry picked from commit 4316ed9b28fad64bd73607646972215dc975c7c7)
This commit is contained in:
Robert Schütz
2026-06-22 08:01:02 +02:00
committed by Vladimír Čunát
parent 44573c77ca
commit 5c3ae22a1b
@@ -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)