diff options
| author | Kira Bruneau <kira.bruneau@pm.me> | 2022-08-02 16:16:41 -0400 |
|---|---|---|
| committer | Kira Bruneau <kira.bruneau@pm.me> | 2022-08-17 09:52:57 -0400 |
| commit | fc201e418217089bd74a14884430145091748346 (patch) | |
| tree | aaaefb7a4db7f87a9701cc93b07248097de9e3f5 | |
| parent | python3Packages.debugpy: 1.6.0 → 1.6.2 (diff) | |
| download | nixpkgs-fc201e418217089bd74a14884430145091748346.tar.gz | |
python3Packages.debugpy: 1.6.2 → 1.6.3
(cherry picked from commit ce9849054cc0bc6fbe13e5da6d4b310cc60f9404)
| -rw-r--r-- | pkgs/development/python-modules/debugpy/default.nix | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/debugpy/default.nix b/pkgs/development/python-modules/debugpy/default.nix index b9816c2e32f4..ca7e2d920107 100644 --- a/pkgs/development/python-modules/debugpy/default.nix +++ b/pkgs/development/python-modules/debugpy/default.nix @@ -4,7 +4,6 @@ , pythonOlder , fetchFromGitHub , substituteAll -, fetchpatch , gdb , django , flask @@ -18,7 +17,7 @@ buildPythonPackage rec { pname = "debugpy"; - version = "1.6.2"; + version = "1.6.3"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -27,7 +26,7 @@ buildPythonPackage rec { owner = "Microsoft"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-jcokiAZ2WwyIvsXNIUzvMIrRttR76RwDSE7gk0xHExc="; + sha256 = "sha256-ERsqs+pCJfYQInOWPBhM/7hC5TTfQAksYJwFCcd+vlk="; }; patches = [ @@ -52,13 +51,6 @@ buildPythonPackage rec { # To avoid this issue, debugpy should be installed using python.withPackages: # python.withPackages (ps: with ps; [ debugpy ]) ./fix-test-pythonpath.patch - - # Fix compiling attach library from source - # https://github.com/microsoft/debugpy/pull/978 - (fetchpatch { - url = "https://github.com/microsoft/debugpy/commit/08b3b13cba9035f4ab3308153aef26e3cc9275f9.patch"; - sha256 = "sha256-8E+Y40mYQou9T1ozWslEK2XNQtuy5+MBvPvDLt4eQak="; - }) ]; # Remove pre-compiled "attach" libraries and recompile for host platform |
