diff options
author | Shyamnath Premnadh <[email protected]> | 2023-11-16 11:41:17 +0100 |
---|---|---|
committer | Shyamnath Premnadh <[email protected]> | 2023-12-04 13:06:41 +0100 |
commit | 0e81f0eb1d340d3a73ebe3c57bf935b357fd2dbc (patch) | |
tree | eb4ffd50b01aa45b9a4412bfcaf8e5a1df1e1854 /build_scripts/platforms/unix.py | |
parent | e7e46d0516e079c20c77da12e1cb63d0973fa648 (diff) |
Android Deployment: Add requirements.txt
- Adds a requirements-android.txt file
- Simplifies code in pyside_tool.py
- Sets up installing requirements in tests without redundantly
listing the dependent packages
Task-number: PYSIDE-1612
Pick-to: 6.6
Change-Id: If98f6458673bc72103c898e078e6a16f1cf38b12
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'build_scripts/platforms/unix.py')
-rw-r--r-- | build_scripts/platforms/unix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py index 8f8e496be..17c4ba34f 100644 --- a/build_scripts/platforms/unix.py +++ b/build_scripts/platforms/unix.py @@ -126,6 +126,7 @@ def prepare_packages_posix(pyside_build, _vars, cross_build=False): if sys.platform.startswith("linux"): scripts.append("android_deploy.py") + scripts.append("requirements-android.txt") script_dirs.extend(["deploy_lib/android", "deploy_lib/android/recipes/PySide6", "deploy_lib/android/recipes/shiboken6",]) |