diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-08 23:13:19 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-09 11:34:25 +0100 |
| commit | bec863a902e2f5026d916a79a2beeddadce2ffe1 (patch) | |
| tree | fa96487e32ff6d3892b06a38a720eeae67d6a0c5 /gnu/packages/python-xyz.scm | |
| parent | 0d1cef67a9093bffc725412798322b19ec96557a (diff) | |
gnu: python-pyment: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-pyment):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I5630d72a5ec43a60aef267222c4083004723a95f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 36873f8d83..2d0c3b1ad8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8959,8 +8959,8 @@ leaf preserving the overall structure.") (file-name (git-file-name name version)) (sha256 (base32 "0gbx9wmqsxdx85v5sg79lv2zxmy16j5dwi8bip07i1nyvzc5gvn0")))) - (build-system python-build-system) - (native-inputs (list python-pytest)) + (build-system pyproject-build-system) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/dadadel/pyment/") (synopsis "Convert Python docstrings automatically") (description "Pyment is a command line tool and library that can be |
