diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-22 02:17:25 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:14 +0100 |
commit | f2f55158856714d602c826eb6a7d5cbb70f0a05f (patch) | |
tree | f68e801c13a9503ff01609418445de41b3625a9c /gnu/packages/python-xyz.scm | |
parent | cb83fed465f52ff5ecaf6a6479a99b782ebc0143 (diff) |
gnu: python-editorconfig: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-editorconfig):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I600c5fcfb9c48a1db61656592b8749c2df554598
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f7df6f8999..efca4f8c4b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5250,7 +5250,8 @@ messages in color.") (sha256 (base32 "0v55z351p9qkyp3bbspwywwn28sbcknhirngjbj779n3z52z63hv")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://editorconfig.org/") (synopsis "EditorConfig bindings for python") (description "The EditorConfig project consists of a file format for |