libICEpost.scripts.applyPatches
Attributes
Functions
|
Patch the given packages with the corresponding patch files. |
|
Module Contents
- libICEpost.scripts.applyPatches.patchPackage(pack: str, patch: str) None[source]
Patch the given packages with the corresponding patch files.
- Parameters:
pack (str) – Package to patch
patch (str) – Patch file to use for patching
- libICEpost.scripts.applyPatches.packages