python311Packages.napari-npe2: fix the build
`tomli-w` dependency was missing.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
, pyyaml
|
||||
, rich
|
||||
, typer
|
||||
, tomli-w
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -46,6 +47,7 @@ buildPythonPackage rec {
|
||||
pyyaml
|
||||
rich
|
||||
typer
|
||||
tomli-w
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user