mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-trezor-agent: Fix inputs.
* gnu/packages/finance.scm (python-trezor-agent)[native-inputs]: Move python-bech32, python-cryptography from here ... [propagated-inputs]: ... to here. Change-Id: I2c6c6faf98defeb5aad9fed37494daed2e86b8d0
This commit is contained in:
parent
6ab6c02aff
commit
6ce45b4bbe
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015, 2016, 2023 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016-2018, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
||||
;;; Copyright © 2016, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||
;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
|
||||
|
@ -952,7 +952,9 @@ (define-public python-trezor-agent
|
|||
(when tests?
|
||||
(invoke "pytest" "-v")))))))
|
||||
(propagated-inputs
|
||||
(list python-configargparse
|
||||
(list python-bech32
|
||||
python-configargparse
|
||||
python-cryptography
|
||||
python-daemon
|
||||
python-docutils
|
||||
python-ecdsa
|
||||
|
@ -965,8 +967,6 @@ (define-public python-trezor-agent
|
|||
python-wheel))
|
||||
(native-inputs ; Only needed for running the tests
|
||||
(list gnupg
|
||||
python-bech32
|
||||
python-cryptography
|
||||
python-mock
|
||||
python-pytest))
|
||||
(home-page "https://github.com/romanz/trezor-agent")
|
||||
|
|
Loading…
Reference in a new issue