From 5cdc4d20858519f9f71693e254ebec56a68ce892 Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Thu, 29 Feb 2024 12:49:39 +0100 Subject: 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 --- sources/pyside-tools/deploy_lib/default.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside-tools') 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 -- cgit v1.2.3