From 92a903499b21ded788340ff36605fe25e5ff2abe Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 25 Apr 2023 20:42:07 +0200 Subject: [PATCH] gnu: python-schema-salad: Use pyproject-build-system. The python-build-system fails with "setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer." This, in turn, causes all Python packages to be ignored and "pip install" to be invoked for them. * gnu/packages/bioinformatics.scm (python-schema-salad)[build-system]: Use pyproject-build-system. --- gnu/packages/bioinformatics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 81e6416abe..4be8635515 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3655,7 +3655,7 @@ (define-public python-schema-salad (sha256 (base32 "005dh2y45x92zl8sf2sqjmfvcqr4hrz8dfckgkckv87003v7lwqc")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:phases (modify-phases %standard-phases