python313Packages.ipycanvas: unbreak (#498974)
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
hatchling,
|
||||
hatch,
|
||||
hatch-build-scripts,
|
||||
hatch-nodejs-version,
|
||||
ipywidgets,
|
||||
numpy,
|
||||
pillow,
|
||||
@@ -27,7 +29,11 @@ buildPythonPackage rec {
|
||||
--replace-fail '"jupyterlab>=3,<5",' "" \
|
||||
'';
|
||||
|
||||
build-system = [ hatchling ];
|
||||
build-system = [
|
||||
hatch
|
||||
hatch-build-scripts
|
||||
hatch-nodejs-version
|
||||
];
|
||||
|
||||
env.HATCH_BUILD_NO_HOOKS = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user