Skip to content

Commit

Permalink
Trying to fix build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
boldar99 committed Nov 21, 2023
1 parent c98157e commit e9f3ac9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pysidedeploy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python_path = python
# python packages to install
# ordered-set = increase compile time performance of nuitka packaging
# zstandard = provides final executable size optimization
packages = nuitka==1.6.*,ordered_set,zstandard
packages = nuitka==1.8.*,ordered_set,zstandard
# buildozer = for deploying Android application
android_packages = buildozer==1.5.*,cython==0.29.*

Expand All @@ -35,7 +35,9 @@ wheel_shiboken =
[nuitka]
# (str) specify any extra nuitka arguments
# eg = extra_args = --show-modules --follow-stdlib
extra_args = --quiet --noinclude-qt-translations=True
extra_args =
--quiet
--noinclude-qt-translations
--nofollow-import-to=IPython
--nofollow-import-to=scipy
--nofollow-import-to=pytest
Expand All @@ -44,7 +46,7 @@ extra_args = --quiet --noinclude-qt-translations=True
--nofollow-import-to=sympy
--nofollow-import-to=ipywidgets
--nofollow-import-to=tkinter
--include-data-dir=./zxlive/icons=zxlive/icons
# --include-data-dir = ./zxlive/icons=zxlive/icons

[buildozer]
# build mode
Expand Down

0 comments on commit e9f3ac9

Please sign in to comment.