python312Packages.ipykernel: remove debugpy dependency

This commit is contained in:
Kira Bruneau
2024-09-05 10:04:05 -04:00
parent b833ff01a0
commit 1ee00c9764
@@ -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