From 9e00e66b86e7d078a6bf33d7d0bb2c442d875b3b Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 2 Dec 2024 21:00:27 +0000 Subject: 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 --- gnu/packages/python-web.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 964d01d702..3db2a995dc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8388,6 +8388,12 @@ Python.") (sha256 (base32 "0vkkngiybx5372j9vc9p4wn6hakpv99l0ipsf4kw7ccazss4p05k")))) (build-system pyproject-build-system) + ;; To activate tests python-pytest is required and missing + ;; + (native-inputs + (list python-setuptools + python-wheel)) (propagated-inputs (list python-azure-core python-cryptography -- cgit v1.2.3