Switch to patch_ng since python-patch is unmaintained.

This commit is contained in:
Ryan Volz 2023-02-27 12:45:10 -05:00
parent 75c4393fc8
commit 0a974337ef
2 changed files with 3 additions and 3 deletions

View File

@ -112,9 +112,9 @@ if __name__ == "__main__":
if platform.startswith("win"):
# patch constructor's nsis template
import patch
import patch_ng
pset = patch.fromfile(
pset = patch_ng.fromfile(
"static/0001-Customize-Windows-NSIS-installer-script.patch"
)
pset.write_hunks(

View File

@ -5,5 +5,5 @@ dependencies:
- anaconda-client
- conda-build
- constructor
- python-patch
- patch-ng
- requests