[bug#77575,16/21] gnu: ledger-agent: Switch to pyproject-build-system.

Message ID 20250406123732.31301-16-ngraves@ngraves.fr
State New
Headers
Series More patches |

Commit Message

Nicolas Graves April 6, 2025, 12:37 p.m. UTC
  * gnu/packages/finance.scm (ledger-agent)[build-system]: Switch to
pyproject.
[native-inputs]: Add python-setuptools, python-wheel.
---
 gnu/packages/finance.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
  

Patch

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f7e7ca1fff..f0536d3f3d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1219,9 +1219,11 @@  (define-public ledger-agent
        (sha256
         (base32
          "03zj602m2rln9yvr08dswy56vzkbldp8b074ixwzz525dafblr92"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (inputs
      (list python-ledgerblue python-trezor-agent))
+    (native-inputs
+     (list python-setuptools python-wheel))
     (home-page "https://github.com/romanz/trezor-agent")
     (synopsis "Ledger as hardware SSH/GPG agent")
     (description "This package allows using Ledger as hardware SSH/GPG agent.")