guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: python-trezor-agent: Fix inputs.


From: guix-commits
Subject: 01/10: gnu: python-trezor-agent: Fix inputs.
Date: Tue, 5 Dec 2023 08:11:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 6ce45b4bbec386daa7114dfac71a1e96c9150ea1
Author: Efraim Flashner <efraim@flashner.co.il>
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 <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 @@ 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

[Prev in Thread] Current Thread [Next in Thread]