guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 3c63d913a54c31f1ec104e3e29c959db75399113
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 e6cf735ddd..a884f2e776 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2502,9 +2502,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