Merge branch 'bugfix/support_py34-35_cffi_v4.2' into 'release/v4.2'

Tools: Constrain the cffi package for older pythons (v4.2)

See merge request espressif/esp-idf!15608
This commit is contained in:
Anton Maklakov 2021-10-26 13:48:03 +00:00
commit 5f46abd281

View File

@ -9,6 +9,8 @@ click>=5.0
pyserial>=3.0
future>=0.15.2
cryptography>=2.1.4,<35
# cffi 1.15 supports Python 3.6+ only
cffi<1.15;python_version<'3.6'
pyparsing>=2.0.3,<2.4.0
pyelftools>=0.22