diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-12 18:19:56 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-13 12:46:42 +0100 |
| commit | 064a2f78b24bfe20cc7bec37376b4edf06ff87c7 (patch) | |
| tree | 50cef7e9fed3b0b807ffe02394669ade7422371b | |
| parent | 5b5ea04775deb6bf1e96f6ad40aeadf2734de374 (diff) | |
gnu: python-wadllib: Switch to pyproject.
* gnu/packages/python-web.scm (python-wadllib):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I65951123a0666eb2368a8b06a84aae6a384e41b5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index c78af1a279..1b8a718453 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -10932,7 +10932,9 @@ metadata from HTML markup. Currently, extruct supports: (uri (pypi-uri "wadllib" version)) (sha256 (base32 "1z65crvdsjxh9nahz1g6q021ijmv85ixmq88l96d61qh5imavndc")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs + (list python-setuptools python-wheel)) (propagated-inputs (list python-lazr-uri)) (home-page "https://launchpad.net/wadllib") (synopsis "Web Application Description Language (WADL) navigation library") |
