mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(tools/python_dep_check): replace deprecated pkg_resources with importlib
Closes https://github.com/espressif/esp-idf/issues/11712
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Python package requirements for ESP-IDF. These are the so called core features which are installed in all systems.
|
||||
|
||||
setuptools
|
||||
packaging
|
||||
# importlib_metadata: is part of python3.8 and newer as importlib.metadata
|
||||
importlib_metadata; python_version < "3.8"
|
||||
click
|
||||
pyserial
|
||||
cryptography
|
||||
|
||||
Reference in New Issue
Block a user