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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user