summarylogtreecommitdiffstats
path: root/0001-optional-pyinstaller.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-optional-pyinstaller.patch')
-rw-r--r--0001-optional-pyinstaller.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/0001-optional-pyinstaller.patch b/0001-optional-pyinstaller.patch
index b2108157db4a..93817ccd57fb 100644
--- a/0001-optional-pyinstaller.patch
+++ b/0001-optional-pyinstaller.patch
@@ -6,10 +6,8 @@ index 17b13ba..83340af 100755
package_data={
"": ["*.pyxres", "*.png", "*.gif", "*.dylib", "*.dll", "*.so", "*.exe"]
},
-- install_requires=["pyinstaller"],
-+ install_requires=[],
+ extras_require={"packager": ["pyinstaller"]},
- python_requires=">=3.6.9",
+ python_requires=">=3.6.8",
entry_points={
"console_scripts": [
"pyxeleditor=pyxel.editor:run",