eudev: import upstream patch for audio
[void-pkg.git] / srcpkgs / python3-ipython_ipykernel / patches / disable-debugpy.patch
blob89bd43d7934b1ab9cedb9894d419d3b1d24e401b
1 Upstream acks that ipykernel works without debugpy, but wants to keep
2 it as a mandatory dependency, see:
4 https://github.com/ipython/ipykernel/pull/767#issuecomment-916913893
6 --- a/pyproject.toml 2020-02-01 21:00:00.000000000 -0300
7 +++ b/pyproject.toml 2024-12-23 10:53:39.607541653 -0300
8 @@ -20,7 +20,6 @@
10 requires-python = ">=3.8"
11 dependencies = [
12 - "debugpy>=1.6.5",
13 "ipython>=7.23.1",
14 "comm>=0.1.1",
15 "traitlets>=5.4.0",