mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Move requirements to the framework for scripts in the framework
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
702b389645
commit
c4d40c2de3
@ -1,6 +1,7 @@
|
|||||||
# Python package requirements for Mbed TLS testing.
|
# Python package requirements for Mbed TLS testing.
|
||||||
|
|
||||||
-r driver.requirements.txt
|
-r driver.requirements.txt
|
||||||
|
-r ../framework/scripts/ci.requirements.txt
|
||||||
|
|
||||||
# The dependencies below are only used in scripts that we run on the Linux CI.
|
# The dependencies below are only used in scripts that we run on the Linux CI.
|
||||||
|
|
||||||
@ -16,13 +17,3 @@ pylint == 2.4.4; platform_system == 'Linux'
|
|||||||
# https://github.com/Mbed-TLS/mbedtls-framework/issues/50
|
# https://github.com/Mbed-TLS/mbedtls-framework/issues/50
|
||||||
# mypy 0.942 is the version in Ubuntu 22.04.
|
# mypy 0.942 is the version in Ubuntu 22.04.
|
||||||
mypy == 0.942; platform_system == 'Linux'
|
mypy == 0.942; platform_system == 'Linux'
|
||||||
|
|
||||||
# At the time of writing, only needed for tests/scripts/audit-validity-dates.py.
|
|
||||||
# It needs >=35.0.0 for correct operation, and that requires Python >=3.6.
|
|
||||||
# >=35.0.0 also requires Rust to build from source, which we are forced to do on
|
|
||||||
# FreeBSD, since PyPI doesn't carry binary wheels for the BSDs.
|
|
||||||
cryptography >= 35.0.0; platform_system == 'Linux'
|
|
||||||
|
|
||||||
# For building `framework/data_files/server9-bad-saltlen.crt` and check python
|
|
||||||
# files.
|
|
||||||
asn1crypto; platform_system == 'Linux'
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user