mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Tools: Constrain the cryptography package for avoiding breaking changes
The cryptography 35 release causes breaking changes. Some of certificates are rendered invalid and the package cannot be build without rust. See https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3500---2021-09-29 for more details.
This commit is contained in:
parent
e72de12566
commit
638b7f5ff4
@ -7,5 +7,5 @@ setuptools
|
||||
#
|
||||
pyserial>=3.0
|
||||
future>=0.15.2
|
||||
cryptography>=2.1.4
|
||||
cryptography>=2.1.4,<35
|
||||
pyparsing>=2.0.3,<2.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user