1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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 <rutherther@ditigal.xyz>
This commit is contained in:
Hugo Buddelmeijer
2025-12-14 17:29:46 +01:00
committed by Andreas Enge
parent 2858053d7d
commit 863641c83b

View File

@@ -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