From d89fccffae33b1a354af084c80bfb77ca0b2ca12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Wed, 29 Nov 2023 17:36:17 +0100 Subject: [PATCH] Revert last change. --- package/pyinstaller/pyinstaller.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/pyinstaller/pyinstaller.spec b/package/pyinstaller/pyinstaller.spec index 0604edefa..09e3bb0f5 100644 --- a/package/pyinstaller/pyinstaller.spec +++ b/package/pyinstaller/pyinstaller.spec @@ -51,9 +51,8 @@ excludes = ["fabio", "hdf5plugin", "silx"] # if this module is included, the interactive console does not work excludes.append("debugpy") -if sys.platform.startswith("win"): - # This module basically does not work with frozen versions - excludes.append("multiprocessing") +# This module basically does not work with frozen versions +excludes.append("multiprocessing") # get the script list