mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-06-24 22:15:18 -04:00
Switch to patch_ng since python-patch is unmaintained.
This commit is contained in:
parent
75c4393fc8
commit
0a974337ef
@ -112,9 +112,9 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
if platform.startswith("win"):
|
if platform.startswith("win"):
|
||||||
# patch constructor's nsis template
|
# 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"
|
"static/0001-Customize-Windows-NSIS-installer-script.patch"
|
||||||
)
|
)
|
||||||
pset.write_hunks(
|
pset.write_hunks(
|
||||||
|
@ -5,5 +5,5 @@ dependencies:
|
|||||||
- anaconda-client
|
- anaconda-client
|
||||||
- conda-build
|
- conda-build
|
||||||
- constructor
|
- constructor
|
||||||
- python-patch
|
- patch-ng
|
||||||
- requests
|
- requests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user