summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-07-22 01:55:50 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-25 11:32:11 +0100
commitc7da5ddcf77c90088aa05b53b9aabd10136b943a (patch)
treef7594d6c53cf1867c8272fe22367f03189696005 /gnu/packages/python-xyz.scm
parent69d80b31b0aa34ad1073949710560b77afc51dc8 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ec97de7fa1..e980652ae7 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