From fde01ab6cd00f31de7b1051ad7a09d401ac2640c Mon Sep 17 00:00:00 2001 From: Shyamnath Premnadh Date: Thu, 30 Mar 2023 13:20:30 +0200 Subject: Deployment: Change "desktop_packages" back to "packages" - breaks source compatibility otherwise Task-number: PYSIDE-1612 Pick-to: 6.5 Change-Id: Ie0fd353872b7a93c94b650b09aa0fa53692e2455 Reviewed-by: Friedemann Kleint Reviewed-by: Adrian Herrmann --- sources/pyside-tools/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside-tools/deploy.py') diff --git a/sources/pyside-tools/deploy.py b/sources/pyside-tools/deploy.py index 043018eea..904d4a2a4 100644 --- a/sources/pyside-tools/deploy.py +++ b/sources/pyside-tools/deploy.py @@ -77,7 +77,7 @@ def main(main_file: Path = None, name: str = None, config_file: Path = None, ini cleanup(generated_files_path=generated_files_path, config=config) install_python_dependencies(config=config, python=python, init=init, - packages="desktop_packages") + packages="packages") # writing config file if not dry_run: -- cgit v1.2.3