guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: python-schema-salad: Use pyproject-build-system.


From: guix-commits
Subject: 01/03: gnu: python-schema-salad: Use pyproject-build-system.
Date: Tue, 25 Apr 2023 15:19:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 92a903499b21ded788340ff36605fe25e5ff2abe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 25 20:42:07 2023 +0200

    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 @@ accessing bigWig files.")
         (sha256
          (base32
           "005dh2y45x92zl8sf2sqjmfvcqr4hrz8dfckgkckv87003v7lwqc"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]