diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-14 17:29:46 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-17 11:20:19 +0100 |
| commit | 863641c83b359a54e476b4a889ffa0e94667308b (patch) | |
| tree | 937dae5ef549b10dfb929414d5a056381229ff80 /gnu/packages/python-web.scm | |
| parent | 2858053d7d2515916d04afbde5d53c9eb5ea7219 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 00c13c0a203..7efaa11f3d6 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 |
