From 6445cb05462ae13e1f8ea68c977409e94fe0e3c0 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 5 Dec 2024 20:13:17 +0100 Subject: [PATCH] (Win installer) PyInstaller missed this module, supposedly adding it as a hidden import helps. part of CURA-11622 --- conandata.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/conandata.yml b/conandata.yml index 02f044423f..910a7fa0f4 100644 --- a/conandata.yml +++ b/conandata.yml @@ -107,6 +107,7 @@ pyinstaller: - "fcntl" - "stl" - "serial" + - "win32timezone" collect_all: - "cura" - "UM"