mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-azure-storage-blob: Adjust inpusts.
* gnu/packages/python-web.scm (python-azure-storage-blob) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia3d3f1362714a3dace68b5c200034eced124ebf2
This commit is contained in:
parent
05a11989c6
commit
9e00e66b86
1 changed files with 6 additions and 0 deletions
|
@ -8388,6 +8388,12 @@ Python.")
|
|||
(sha256
|
||||
(base32 "0vkkngiybx5372j9vc9p4wn6hakpv99l0ipsf4kw7ccazss4p05k"))))
|
||||
(build-system pyproject-build-system)
|
||||
;; To activate tests python-pytest is required and missing
|
||||
;; <https://raw.githubusercontent.com/Azure/azure-sdk-for-python/refs/
|
||||
;; heads/main/tools/azure-sdk-tools/devtools_testutils/README.md>
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-azure-core
|
||||
python-cryptography
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue