diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2023-05-11 08:33:02 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:18:32 +0200 |
commit | 44a6091ea29b851fbdac061fcff8cd99d5793908 (patch) | |
tree | 4eae7726202aca72eac4a74749278281208b0823 /gnu/packages/rpc.scm | |
parent | ab41f5ec1cf559708165e1cd28e15538e6a197d6 (diff) |
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
Diffstat (limited to 'gnu/packages/rpc.scm')
-rw-r--r-- | gnu/packages/rpc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm index b70214fa79..e7d19b1ef2 100644 --- a/gnu/packages/rpc.scm +++ b/gnu/packages/rpc.scm @@ -254,7 +254,7 @@ type information of gRPC.") (inputs (list abseil-cpp-20211102.0 c-ares grpc-for-python-grpcio openssl re2 zlib)) (native-inputs - (list python-cython)) + (list python-cython python-setuptools python-wheel)) (propagated-inputs (list python-six)) (home-page "https://grpc.io") |