python3Packages.nbconflux: fix build (#502432)

This commit is contained in:
Pol Dellaiera
2026-03-23 19:59:11 +00:00
committed by GitHub
@@ -2,11 +2,14 @@
lib,
buildPythonPackage,
fetchFromGitHub,
bleach,
html5lib,
nbconvert,
pytestCheckHook,
requests,
responses,
setuptools,
traitlets,
versioneer,
}:
@@ -28,8 +31,11 @@ buildPythonPackage rec {
];
dependencies = [
bleach
html5lib
nbconvert
requests
traitlets
];
nativeCheckInputs = [