me
/
guix
Archived
1
0
Fork 0

gnu: python-esptool-3.0: Add missing dependencies.

Fixes: <https://issues.guix.gnu.org/52988>

* gnu/packages/engineering.scm (python-esptool-3.0)[propagated-inputs]:
Add python-reedsolo, python-cryptography and python-bitstring.
Lars-Dominik Braun 2022-01-18 13:57:55 +01:00
parent 241a9c51a3
commit 81d872543c
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 2 additions and 3 deletions

View File

@ -1652,10 +1652,9 @@ bindings for Python, Java, OCaml and more.")
(base32 (base32
"0d69rd9h8wrzjvfrc66vmz4qd5hly2fpdcwj2bdrlb7dbwikv5c7")))) "0d69rd9h8wrzjvfrc66vmz4qd5hly2fpdcwj2bdrlb7dbwikv5c7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments
`(#:tests? #f)) ;XXX: require python-reedsolo
(propagated-inputs (propagated-inputs
(list python-ecdsa python-pyaes python-pyserial)) (list python-ecdsa python-pyaes python-pyserial python-reedsolo
python-cryptography python-bitstring))
(home-page "https://github.com/espressif/esptool") (home-page "https://github.com/espressif/esptool")
(synopsis "Bootloader utility for Espressif ESP8266 & ESP32 chips") (synopsis "Bootloader utility for Espressif ESP8266 & ESP32 chips")
(description (description