Unverified Commit db0a2955 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.nbconflux: fix build (#502432)

parents 678b3f38 b0c586b8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 = [