DTS-check: Python librarires have troubles to build, disabling for now

- Add requirements.txt to Dockerfile generation
This commit is contained in:
Igor Pecovnik 2024-06-25 08:08:45 +02:00 committed by Igor
parent 2ffbb3bca8
commit 024c0866ad
2 changed files with 5 additions and 2 deletions

View File

@ -225,6 +225,7 @@ function docker_cli_prepare_dockerfile() {
!/VERSION
!/LICENSE
!/compile.sh
!/requirements.txt
!/lib
!/extensions
!/config/sources

View File

@ -13,5 +13,7 @@ PyYAML == 6.0.1 # for parsing/writing YAML
oras == 0.1.30 # for OCI stuff in mapper-oci-update
Jinja2 == 3.1.4 # for templating
rich == 13.7.1 # for rich text formatting
dtschema == 2024.5 # for checking dts files and dt bindings
yamllint == 1.35.1 # for checking dts files and dt bindings
#dtschema == 2024.5 # for checking dts files and dt bindings
#yamllint == 1.35.1 # for checking dts files and dt bindings
#### dts-schema and its functionality dts-check does not build