From c7da5ddcf77c90088aa05b53b9aabd10136b943a Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 22 Jul 2025 01:55:50 +0200 Subject: [PATCH] gnu: python-types-protobuf: Switch to pyproject. * gnu/packages/python-xyz.scm (python-types-protobuf): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: I99e6654114c23bc5bf79aeb15b917ca6de70f054 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 ec97de7fa12715f2ffb44a8f98ed633c0eecc830..e980652ae7224c5b0357f1fe63ab0900a745446e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37865,7 +37865,8 @@ collection.") (sha256 (base32 "000f8n6d4ilihiaf590k73rx3327jh8ima5q5dpxlwz3frj45qrn")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/python/typeshed") (synopsis "Typing stubs for @code{protobuf}") (description "This package contains typing stubs for @code{protobuf}, a