guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 8307dd6ea40ef6aa46f9d6702cbe70cec8c6539d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 20:57:16 2026 +0000

    gnu: python-scikit-learn: Fix build.
    
    * gnu/packages/machine-learning.scm (python-scikit-learn):
    [phases]{patch-pyproject}: Remove license modification line.
    
    Change-Id: I19585e113e8f32c506841afbdfbc957ad44539da
---
 gnu/packages/machine-learning.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 54ab2da3fe..a2ef73dc97 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2362,9 +2362,6 @@ performance computing environments.")
           (add-after 'unpack 'patch-pyproject
             (lambda _
               (substitute* "pyproject.toml"
-                ;; XXX: error: Field `project.license` has an invalid type,
-                ;; expecting a dictionary of strings (got `BSD-3-Clause`)
-                (("^license = .*") "license = {text = \"BSD-3-Clause\"}\n")
                 ;; FIXME: This line contains regexps and breaks toml parser.
                 (("notice-rgx.*") ""))))
           (add-before 'build 'configure

Reply via email to