diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-02 21:03:21 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 21:01:42 +0000 |
| commit | 4349a55ef7c193bea5fae79a12fe68920f32ce4b (patch) | |
| tree | 210a93e2a6e79ee845456a1ca12e768521fe96af /gnu/packages/python-crypto.scm | |
| parent | 9e00e66b86e7d078a6bf33d7d0bb2c442d875b3b (diff) | |
gnu: python-base58: Adjust inputs.
* gnu/packages/python-crypto.scm (python-base58) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ie9d7e2f043bdbbba711223cae99c8bd5d5e0e2c9
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 5db0b320f6f..bf2a532cf49 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -89,22 +89,19 @@ | |||
| 89 | (method url-fetch) | 89 | (method url-fetch) |
| 90 | (uri (pypi-uri "base58" version)) | 90 | (uri (pypi-uri "base58" version)) |
| 91 | (sha256 | 91 | (sha256 |
| 92 | (base32 | 92 | (base32 "1317ly0db7nnjg5k58f6nqa0svfcvn446xd5bpiyi0bfbczwpl65")))) |
| 93 | "1317ly0db7nnjg5k58f6nqa0svfcvn446xd5bpiyi0bfbczwpl65")))) | ||
| 94 | (build-system pyproject-build-system) | 93 | (build-system pyproject-build-system) |
| 95 | (arguments | ||
| 96 | (list | ||
| 97 | #:phases | ||
| 98 | #~(modify-phases %standard-phases | ||
| 99 | (replace 'check | ||
| 100 | (lambda* (#:key tests? #:allow-other-keys) | ||
| 101 | (when tests? (invoke "pytest" "-vv"))))))) | ||
| 102 | (native-inputs | 94 | (native-inputs |
| 103 | (list python-pyhamcrest python-pytest python-pytest-benchmark)) | 95 | (list python-pyhamcrest |
| 96 | python-pytest | ||
| 97 | python-pytest-benchmark | ||
| 98 | python-setuptools | ||
| 99 | python-wheel)) | ||
| 104 | (home-page "https://github.com/keis/base58") | 100 | (home-page "https://github.com/keis/base58") |
| 105 | (synopsis "Base58 and Base58Check implementation") | 101 | (synopsis "Base58 and Base58Check implementation") |
| 106 | (description "Base58 and Base58Check implementation compatible | 102 | (description |
| 107 | with what is used by the Bitcoin network.") | 103 | "Base58 and Base58Check implementation compatible with what is used by |
| 104 | the Bitcoin network.") | ||
| 108 | (license license:expat))) | 105 | (license license:expat))) |
| 109 | 106 | ||
| 110 | (define-public python-bcrypt | 107 | (define-public python-bcrypt |
