From f2f55158856714d602c826eb6a7d5cbb70f0a05f Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 22 Jul 2025 02:17:25 +0200 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f7df6f89998ea00a017dfdec9186a956fcb33293..efca4f8c4bfea73618b3086c4efb050112e0f261 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