mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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.
This commit is contained in:
parent
241a9c51a3
commit
81d872543c
1 changed files with 2 additions and 3 deletions
|
@ -1652,10 +1652,9 @@ (define-public python-esptool-3.0
|
|||
(base32
|
||||
"0d69rd9h8wrzjvfrc66vmz4qd5hly2fpdcwj2bdrlb7dbwikv5c7"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;XXX: require python-reedsolo
|
||||
(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")
|
||||
(synopsis "Bootloader utility for Espressif ESP8266 & ESP32 chips")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue