diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-13 10:53:24 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:04 +0100 |
| commit | b95afcbdd83a2a794e1402988abb0e258e88fea1 (patch) | |
| tree | 99c1c4552a8b13cfaed57422d37f3c958c2f6f03 /gnu/packages | |
| parent | 0fe1bdc5cc1f2601e490793b351ca4fc1fb2b1ba (diff) | |
gnu: python-brian2tools: Switch to pyproject.
* gnu/packages/machine-learning.scm (python-brian2tools):
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Remove python-setuptools and python-setuptools-scm.
[native-inputs]: Remove python-pytest; add python-setuptools,
python-setuptools-scm.
Change-Id: Idfa91dcf22f79aba09ce2191ac89f0e2772dfbf5
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 2f4250585cd..4d6b6b61e6e 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -6741,7 +6741,7 @@ easily extensible.") (sha256 (base32 "0fn028mfy3qlzjkadd0wr5d7rcplijd5jphln414xifvvsb9jcc2")))) - (build-system python-build-system) + (build-system pyproject-build-system) ;; Both pypi tarball and git repo lack test files. (arguments (list #:tests? #f)) (propagated-inputs (list python-brian2 @@ -6749,10 +6749,8 @@ easily extensible.") python-markdown-strings python-matplotlib python-pylems - python-setuptools - python-setuptools-scm python-tables)) - (native-inputs (list python-pytest)) + (native-inputs (list python-setuptools python-setuptools-scm)) (home-page "https://github.com/brian-team/brian2tools") (synopsis "Tools for the Brian 2 simulator") (description "Visualization and NeuroML import/export tools for the |
