python312Packages.ipykernel: remove debugpy dependency (#339807)

This commit is contained in:
Gaétan Lepage
2024-09-06 14:59:55 +02:00
committed by GitHub
@@ -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