Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-02 00:26:56 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2022-07-02 00:26:56 +0300
commitdee54c4eb1de81ec1b85bbbc52b31f33dc549a8c (patch)
tree1d5e2c8010af39585f55ef310e7e8d51893c2f45 /requirements-dev.txt
parent253e61cd4e0f40c69e5a58f561ae9d5dd9e0a11f (diff)
Use forked pyinstaller with fix
pyinstaller doesn't play nice with MacOS Apps and codesigning. https://developer.apple.com/library/archive/technotes/tn2206/_index.html#//apple_ref/doc/uid/DTS40007919-CH1-TNTAG206 The following personal fork should provide a quick fix for this even though pyinstaller still doesn't fully adhere to the file structure specified by Apple. See branch: https://github.com/jellespijker/pyinstaller@binaries_in_frameworks Once this has been tested and verified to work I will open up a PR against the pyinstaller repo. Contributes to CURA-9365
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index e6f9471ec2..df8523fd7f 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,4 +1,7 @@
pytest
-pyinstaller
+
+# Fix for signing the MacOS App
+git+https://github.com/jellespijker/pyinstaller@binaries_in_frameworks#egg=pyinstaller
+#pyinstaller
pyinstaller-hooks-contrib
sip==6.5.1