Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions pkgs/development/python-modules/debugpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ buildPythonPackage rec {
};

patches = [
# Use nixpkgs version instead of versioneer
(replaceVars ./hardcode-version.patch {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer necessary since microsoft/debugpy#866

inherit version;
})

# Fix importing debugpy in:
# - test_nodebug[module-launch(externalTerminal)]
# - test_nodebug[module-launch(integratedTerminal)]
Expand Down
47 changes: 0 additions & 47 deletions pkgs/development/python-modules/debugpy/hardcode-version.patch

This file was deleted.

Loading