Unverified Commit e2ca648b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.ipykernel: remove debugpy dependency (#339807)

parents aa3169db 1ee00c97
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
  pythonOlder,
  appnope,
  comm,
  debugpy,
  ipython,
  jupyter-client,
  jupyter-core,
@@ -37,15 +36,12 @@ buildPythonPackage rec {
  };

  # debugpy is optional, see https://github.com/ipython/ipykernel/pull/767
  postPatch = ''
    sed -i "/debugpy/d" pyproject.toml
  '';
  pythonRemoveDeps = [ "debugpy" ];

  nativeBuildInputs = [ hatchling ];

  propagatedBuildInputs = [
    comm
    debugpy
    ipython
    jupyter-client
    jupyter-core