From fdc0fefd46a45b70784a4e3f8900cbe593426a9e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 11 May 2023 08:33:02 +0200 Subject: build-system/pyproject: Use python-sans-pip-wrapper as default-python. Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4 --- gnu/packages/protobuf.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/protobuf.scm') diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 59f49c8cf4a..11e81527e01 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -395,7 +395,9 @@ any memory-restricted system.") (list python-grpc-stubs python-grpcio-tools python-pytest - python-typing-extensions)) + python-typing-extensions + python-setuptools + python-wheel)) (propagated-inputs (list protobuf python-protobuf -- cgit v1.2.3