summarylogtreecommitdiffstats
path: root/0001-optional-pyinstaller.patch
diff options
context:
space:
mode:
authorAlexander Fasching2019-08-24 15:37:34 +0200
committerAlexander Fasching2019-08-24 15:37:34 +0200
commit4b2c29791d6ce4852fdddc9cfd0d5182a4e44938 (patch)
tree1332380f5621027adc98ecbd30a11404f64e9e42 /0001-optional-pyinstaller.patch
parent591960fd720e47a818f6be23569740fb717feddd (diff)
downloadaur-4b2c29791d6ce4852fdddc9cfd0d5182a4e44938.tar.gz
upgpkg: python-pyxel 1.2.6-1
upstream release
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={