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, 2 insertions, 2 deletions
diff --git a/0001-optional-pyinstaller.patch b/0001-optional-pyinstaller.patch
index c6388c46c2c0..fed4fde63d23 100644
--- a/0001-optional-pyinstaller.patch
+++ b/0001-optional-pyinstaller.patch
@@ -6,8 +6,8 @@ index 91b4bdb..6b45047 100644
"pyxel.examples.assets",
],
package_data={"": ["*.pyxres", "*.png", "*.gif", "*.dylib", "*.dll", "*.so"]},
-- install_requires=["numpy", "pyinstaller"],
-+ install_requires=["numpy"],
+- install_requires=["pyinstaller"],
++ install_requires=[],
+ extras_require={"packager": ["pyinstaller"]},
python_requires=">=3.7",
entry_points={