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
commit e2ca648bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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