mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
move asn1crypto to ci.requirements.txt
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
2f3f968033
commit
974be516dc
|
|
@ -18,3 +18,7 @@ mypy >= 0.780
|
|||
# for mypy and pylint under Python 3.5, and we also get something good enough
|
||||
# to run audit-validity-dates.py on Python >=3.6.
|
||||
cryptography # >= 35.0.0
|
||||
|
||||
# For building `tests/data_files/server9-bad-saltlen.crt` and check python
|
||||
# files.
|
||||
asn1crypto
|
||||
|
|
|
|||
|
|
@ -8,6 +8,3 @@ clang
|
|||
# For building some test vectors
|
||||
pycryptodomex
|
||||
pycryptodome-test-vectors
|
||||
|
||||
# For building `tests/data_files/server9-bad-saltlen.crt`
|
||||
asn1crypto
|
||||
|
|
|
|||
Loading…
Reference in a new issue