mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
python312Packages.ipykernel: remove debugpy dependency (#339807)
This commit is contained in:
commit
e2ca648bc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user