mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Tools: Constrain the cffi package for older pythons
This commit is contained in:
parent
ff8531b08e
commit
77799ec529
@ -8,4 +8,6 @@ setuptools
|
|||||||
pyserial>=3.0
|
pyserial>=3.0
|
||||||
future>=0.15.2
|
future>=0.15.2
|
||||||
cryptography>=2.1.4,<35
|
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
|
pyparsing>=2.0.3,<2.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user