mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-bech32: Fix tests.
* gnu/packages/finance.scm (python-bech32)[arguments] <#:test-backend>: Set it. [native-inputs]: Remove python-wheel. Change-Id: I94e5a1a979717075d206856f6062039a14d2080c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8114c5549d
commit
42adcbd8d5
1 changed files with 2 additions and 1 deletions
|
@ -1085,7 +1085,8 @@ the Monero GUI client.")
|
|||
(sha256
|
||||
(base32 "0wq6q0yrw3x42d81v445xy4nh2qlrn7swsydgpv81dkay11kajrz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(arguments (list #:test-backend #~'unittest))
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://github.com/fiatjaf/bech32")
|
||||
(synopsis "Reference implementation for Bech32 and Segwit addresses")
|
||||
(description "This package provides a python reference implementation for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue