mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix(tools): Use a construct dependency compatible with Python 3.12
This commit is contained in:
parent
3f117c79d9
commit
91ca4a74aa
@ -46,7 +46,9 @@ ecdsa>=0.16.0
|
||||
|
||||
# espcoredump requirements
|
||||
# This is the last version supports both 2.7 and 3.4
|
||||
construct==2.10.54
|
||||
construct==2.10.54; python_version < "3.12"
|
||||
# construct up until 2.10.56 (included) cannot be built with Python 3.12
|
||||
construct==2.10.69; python_version > "3.11"
|
||||
|
||||
# windows-curses are required in Windows command line but cannot be installed in MSYS2. A requirement like
|
||||
# "windows-curses; sys_platform == 'win32'" would want to install the package on both of them. There is no environment
|
||||
|
Loading…
Reference in New Issue
Block a user