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, pythonOlder,
appnope, appnope,
comm, comm,
debugpy,
ipython, ipython,
jupyter-client, jupyter-client,
jupyter-core, jupyter-core,
@ -37,15 +36,12 @@ buildPythonPackage rec {
}; };
# debugpy is optional, see https://github.com/ipython/ipykernel/pull/767 # debugpy is optional, see https://github.com/ipython/ipykernel/pull/767
postPatch = '' pythonRemoveDeps = [ "debugpy" ];
sed -i "/debugpy/d" pyproject.toml
'';
nativeBuildInputs = [ hatchling ]; nativeBuildInputs = [ hatchling ];
propagatedBuildInputs = [ propagatedBuildInputs = [
comm comm
debugpy
ipython ipython
jupyter-client jupyter-client
jupyter-core jupyter-core