efraim pushed a commit to branch master
in repository guix.

commit 6ce45b4bbec386daa7114dfac71a1e96c9150ea1
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 5 13:14:41 2023 +0200

    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
---
 gnu/packages/finance.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index cd419f2102..6ed363552a 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016, 2023 Andreas Enge <[email protected]>
-;;; Copyright © 2016, 2017, 2018 Efraim Flashner <[email protected]>
+;;; Copyright © 2016-2018, 2023 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Alex Griffin <[email protected]>
 ;;; Copyright © 2016, 2020 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2017 Carlo Zancanaro <[email protected]>
@@ -952,7 +952,9 @@ Bech32 and segwit addresses.")
              (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 @@ Bech32 and segwit addresses.")
            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";)

Reply via email to