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/serialization.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/serialization.scm') diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 6a4368d59a7..80dee157263 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -746,7 +746,9 @@ RPC system. Think JSON, except binary. Or think Protocol Buffers, except faste python-mypy python-pytest python-setuptools-scm - python-versioneer)) + python-versioneer + python-setuptools + python-wheel)) (propagated-inputs (list python-pyyaml python-tomli python-tomli-w)) (home-page "https://jcristharif.com/msgspec/") (synopsis "Fast serialization/validation library") -- cgit v1.3