From d09a737f783476ec9ccf6b8ef738ff2fffe25141 Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 2 Dec 2025 19:42:47 -0700 Subject: [PATCH] gnu: keepkey-agent: Fix tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/finance.scm: (keepkey-agent): Fix tests by adding missing input. Change-Id: I89025df63446de6b04596e21313b6911dfc29f55 Signed-off-by: Ludovic Courtès --- gnu/packages/finance.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index b98023080d7..4bf02dcea34 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -40,6 +40,7 @@ ;;; Copyright © 2024 Saku Laesvuori ;;; Copyright © 2024 Sharlatan Hellseher ;;; Copyright © 2025 Hennadii Stepanov +;;; Copyright © 2025 James Smith ;;; ;;; This file is part of GNU Guix. ;;; @@ -1486,7 +1487,7 @@ the KeepKey Hardware Wallet.") "03779gvlx70i0nnry98i4pl1d92604ix5x6jgdfkrdgzqbh5vj27")))) (build-system python-build-system) (inputs - (list python-keepkey python-trezor-agent)) + (list python-keepkey python-packaging python-trezor-agent)) (home-page "https://github.com/romanz/trezor-agent") (synopsis "KeepKey as hardware SSH/GPG agent") (description "This package allows using KeepKey as a hardware SSH/GPG