1
0

android build: add Qt/QML build-time dependencies

related 78b51b3f43 (r826140909)
This commit is contained in:
SomberNight
2022-03-14 17:46:54 +01:00
committed by accumulator
parent 338637973f
commit 1c297d6049
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Notes
The frozen dependency lists in this folder are *generated* files.
- Starting from `contrib/requirements/requirements*.txt`,
- we use the `contrib/freeze_packages.sh` script,
- to generate `contrib/deterministic-build/requirements*.txt`.
The source files list direct dependencies with loose version requirements,
while the output files list all transitive dependencies with exact version+hash pins.
The build scripts only use these hash pinned requirement files.

View File

@@ -16,3 +16,7 @@ six
sh>=1.10
pep517<0.7.0
toml
# needed for the Qt/QML Android GUI:
PyQt-builder
typing-extensions