guix_mirror_bot pushed a commit to branch ungraft
in repository guix.
commit 38471f84e9da10e36ee984e6a8a172a985da6d6a
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sun Dec 14 17:29:46 2025 +0100
gnu: python-azure-nspkg: Switch to pyproject-build-system.
* gnu/packages/python-web.scm (python-azure-nspkg): Switch to
pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: If5342e683208b6a16089d40e43444cd6918e00b5
Signed-off-by: Rutherther <[email protected]>
---
gnu/packages/python-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 00c13c0a20..7efaa11f3d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11533,8 +11533,9 @@ SOCKS5(h), HTTP tunnel).")
(sha256
(base32
"1l4xwdh0fcnvrv0mzig4g2kgqkfbsy64zjm1ggc6grk3mykcxlz7"))))
- (build-system python-build-system)
- (native-inputs (list unzip))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ;no tests in package
+ (native-inputs (list unzip python-setuptools))
(home-page "https://github.com/Azure/azure-sdk-for-python")
(synopsis "Azure namespace internals")
(description