external/python3/generateExternalPackage.py | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 04e6aa6ce6c1d766e8b4921229fbda95dc64dd2d Author: Xisco Fauli <[email protected]> AuthorDate: Wed Dec 17 10:21:37 2025 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Wed Dec 17 12:10:51 2025 +0100 python3: msilib has been removed in 3.13 Change-Id: I7c13124e1eca23859837bb986dfe10c87995773d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195769 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins diff --git a/external/python3/generateExternalPackage.py b/external/python3/generateExternalPackage.py index 46c8af591818..bbf90ee08941 100755 --- a/external/python3/generateExternalPackage.py +++ b/external/python3/generateExternalPackage.py @@ -46,13 +46,9 @@ if __name__ == '__main__': for k,v in sorted(subDirDict.items()): print() - if k == "Lib/msilib": - print("ifeq (WNT,$(OS))") print("$(eval $(call gb_ExternalPackage_add_unpacked_files,python3,$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/{},\".format(k.replace("Lib", "lib", 3))) for fileName in sorted(v): print(" {} \".format(fileName)) print("))") - if k == "Lib/msilib": - print("endif") # vim: set shiftwidth=4 softtabstop=4 expandtab:
