25b67238f5
Drop no longer required pyaes runtime dependency. Add new bitstring, cryptography and reedsolo runtime dependencies. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
532 B
Plaintext
15 lines
532 B
Plaintext
config BR2_PACKAGE_PYTHON_ESPTOOL
|
|
bool "python-esptool"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
|
select BR2_PACKAGE_PYTHON_BITSTRING # runtime
|
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
|
select BR2_PACKAGE_PYTHON_ECDSA # runtime
|
|
select BR2_PACKAGE_PYTHON_REEDSOLO # runtime
|
|
select BR2_PACKAGE_PYTHON_SERIAL # runtime
|
|
select BR2_PACKAGE_PYTHON3_ZLIB
|
|
help
|
|
A serial utility to communicate & flash code to Espressif
|
|
ESP8266 & ESP32 chips.
|
|
|
|
https://github.com/espressif/esptool
|