From 44a6091ea29b851fbdac061fcff8cd99d5793908 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/digest.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/digest.scm') diff --git a/gnu/packages/digest.scm b/gnu/packages/digest.scm index 481771804b..e478f43b77 100644 --- a/gnu/packages/digest.scm +++ b/gnu/packages/digest.scm @@ -123,7 +123,7 @@ platforms (both big and little endian).") "1hdxcscry59gh0znlm71ya23mm9rfmvz8lvvlplzxzf63pib28dc")))) (build-system pyproject-build-system) ;; Needed to embed the correct version string - (native-inputs (list python-setuptools-scm)) + (native-inputs (list python-setuptools-scm python-setuptools python-wheel)) (home-page "https://github.com/ifduyue/python-xxhash") (synopsis "Python binding for xxHash") (description "This package provides Python bindings for the xxHash hash -- cgit v1.2.3