diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-24 20:57:16 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:41 +0100 |
| commit | c2f52bf0be58f530d8d2ab8a49538606983be4bc (patch) | |
| tree | 7129358eadcc44f3bc2e96792dc1a96c3f4f1b63 /gnu | |
| parent | d5770cfd0f0887de13112358f5200bb512c53529 (diff) | |
gnu: python-scikit-learn: Fix build.
* gnu/packages/machine-learning.scm (python-scikit-learn):
[phases]{patch-pyproject}: Remove license modification line.
Change-Id: I19585e113e8f32c506841afbdfbc957ad44539da
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index e6cf735ddd1..a884f2e776f 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 |
