aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside-tools
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-02-29 12:49:39 +0100
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-03-01 14:36:12 +0100
commit5cdc4d20858519f9f71693e254ebec56a68ce892 (patch)
tree684c05a21fe3c80a535e084c91008baa7ed67dc2 /sources/pyside-tools
parent9948f7fd34b268cffaf8cb06d6925f59ce0c538f (diff)
Deployment Config: Remove Nuitka dependencies
- ordered_set and zstandard are installed along with Nuitka. We don't need to explicitly specify them anymore. If they are not existing, it means that the user might have explicitly removed them. - Adapt tests. Pick-to: 6.6 Task-number: PYSIDE-1612 Change-Id: I21657cb6df95f2d33f48a719a71f49efab84990c Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside-tools')
-rw-r--r--sources/pyside-tools/deploy_lib/default.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside-tools/deploy_lib/default.spec b/sources/pyside-tools/deploy_lib/default.spec
index 185a2cd5a..ffbaa5532 100644
--- a/sources/pyside-tools/deploy_lib/default.spec
+++ b/sources/pyside-tools/deploy_lib/default.spec
@@ -27,7 +27,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.8,ordered_set,zstandard
+packages = Nuitka==1.8
# buildozer: for deploying Android application
android_packages = buildozer==1.5.0,cython==0.29.33