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-07 06:38:08 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-07 06:38:08 +0300
commitb84ee29627c995090de9f7b05f1e2b2462c2b3b3 (patch)
tree289265587fc1e7ea284a1e90b7854c7f5fa9a3c6 /requirements-dev.txt
parent48539bb7f899433ed64f0557db20950a6cb54052 (diff)
ducktype the PyInstaller BUNDLE
Should be an acceptable workaround for pyinstaller/pyinstaller#6612 The `assemble` method is probably to0 specific to contribute with a PR against PyInstaller. Contributes to CURA-9365
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index df8523fd7f..e6f9471ec2 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,7 +1,4 @@
pytest
-
-# Fix for signing the MacOS App
-git+https://github.com/jellespijker/pyinstaller@binaries_in_frameworks#egg=pyinstaller
-#pyinstaller
+pyinstaller
pyinstaller-hooks-contrib
sip==6.5.1