aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2023-11-29 11:35:36 +0100
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2023-12-04 13:06:07 +0100
commita4d165c58b056f454ece59bb43b99acf6a390005 (patch)
treef39875bc09e2acf0bdc951f607ebb5ddf1b60be7 /sources/pyside-tools
parent12cfd8bc1fe621ade4ccc1e4999394966fcd945e (diff)
Upgrade Nuitka to 1.8.0
- No more warning on 3.11. Still no support for 3.12. - As a drive by, remove deployment related packages from the project's requirements.txt file. Pick-to: 6.6 6.5 Task-number: PYSIDE-1612 Change-Id: I1d379b4241d3e40de107ceb8c8d28b893de39dec Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside-tools')
-rw-r--r--sources/pyside-tools/deploy_lib/default.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside-tools/deploy_lib/default.spec b/sources/pyside-tools/deploy_lib/default.spec
index c49ef53bf..473898ed2 100644
--- a/sources/pyside-tools/deploy_lib/default.spec
+++ b/sources/pyside-tools/deploy_lib/default.spec
@@ -24,7 +24,7 @@ python_path =
# python packages to install
# ordered-set: increase compile time performance of nuitka packaging
# zstandard: provides final executable size optimization
-packages = nuitka==1.5.4,ordered_set,zstandard
+packages = nuitka==1.8.0,ordered_set,zstandard
# buildozer: for deploying Android application
android_packages = buildozer==1.5.0,cython==0.29.33
@@ -51,7 +51,7 @@ plugins = platforms_qtforandroid
# (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
[buildozer]