diff options
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 |
