diff options
author | Shyamnath Premnadh <shyamnath.premnadh@qt.io> | 2023-03-30 13:20:30 +0200 |
---|---|---|
committer | Shyamnath Premnadh <shyamnath.premnadh@qt.io> | 2023-03-30 14:09:39 +0200 |
commit | fde01ab6cd00f31de7b1051ad7a09d401ac2640c (patch) | |
tree | 995de3eada72fc6fc89135ee8b9d4aba2028aefa /sources/pyside-tools/deploy.py | |
parent | 3813faa6dac1377e390c9b89fff236bbc0bf8bbb (diff) |
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 <Friedemann.Kleint@qt.io>
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'sources/pyside-tools/deploy.py')
-rw-r--r-- | sources/pyside-tools/deploy.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |