summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/debugpy/hardcode-version.patch
diff options
context:
space:
mode:
authorYang, Bo <pop.atry@gmail.com>2023-08-12 14:19:01 -0700
committerGitHub <noreply@github.com>2023-08-12 14:19:01 -0700
commit1b8ca87a835453b57f2d3ebdc227b75d658c22ef (patch)
tree1801aafb80480479bf0f1ec0394f00b70aeabdab /pkgs/development/python-modules/debugpy/hardcode-version.patch
parentb51302ed47ad40536050c41f4bf021a0076fe3d0 (diff)
parentfe53548a11b9dc28f605364ace485f37524027c7 (diff)
Merge branch 'master' into stdenv.cc.libcxx
Diffstat (limited to 'pkgs/development/python-modules/debugpy/hardcode-version.patch')
-rw-r--r--pkgs/development/python-modules/debugpy/hardcode-version.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/debugpy/hardcode-version.patch b/pkgs/development/python-modules/debugpy/hardcode-version.patch
index 440513e26c1c..11d565b98060 100644
--- a/pkgs/development/python-modules/debugpy/hardcode-version.patch
+++ b/pkgs/development/python-modules/debugpy/hardcode-version.patch
@@ -1,5 +1,5 @@
diff --git a/setup.py b/setup.py
-index 5fc40070..775a08ec 100644
+index 3abc811b..91354604 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,6 @@ import sys
@@ -10,7 +10,7 @@ index 5fc40070..775a08ec 100644
del sys.path[0]
-@@ -141,13 +140,13 @@ if __name__ == "__main__":
+@@ -145,13 +144,13 @@ if __name__ == "__main__":
if platforms is not None:
extras["platforms"] = platforms
@@ -27,7 +27,7 @@ index 5fc40070..775a08ec 100644
long_description=long_description,
long_description_content_type="text/markdown",
diff --git a/src/debugpy/public_api.py b/src/debugpy/public_api.py
-index 3c800898..27743245 100644
+index 9d0f705a..ee0b26ca 100644
--- a/src/debugpy/public_api.py
+++ b/src/debugpy/public_api.py
@@ -7,8 +7,6 @@ from __future__ import annotations
@@ -39,7 +39,7 @@ index 3c800898..27743245 100644
# Expose debugpy.server API from subpackage, but do not actually import it unless
# and until a member is invoked - we don't want the server package loaded in the
-@@ -182,4 +180,4 @@ def trace_this_thread(__should_trace: bool):
+@@ -191,4 +189,4 @@ def trace_this_thread(__should_trace: bool):
"""