diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-01-06 22:57:35 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-01-06 22:59:11 +0100 |
commit | 1814aa769cd5588210587d39b5bbb5e34de7aed4 (patch) | |
tree | 8a4a0c5c9b36ed2bcf5acb23e02aaf95c74cfb11 /gnu/packages/maths.scm | |
parent | ee3673217b82d50e97434ae85145b8d68f077446 (diff) |
gnu: python-mathics-scanner: Fix build.
* gnu/packages/maths.scm (python-mathics-scanner)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Ic7f2700846bdc8368d7f14568dc34a28da9d7c7e
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 22e2822c8c..e658918317 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -10633,7 +10633,7 @@ architecture.") "1i632v3f64q3v1i0p0x850mjhgad49fl24dl6r20r4wa1mhalmp0")))) (build-system pyproject-build-system) (propagated-inputs (list python-chardet python-click python-pyyaml)) - (native-inputs (list python-pytest)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (home-page "https://mathics.org/") (synopsis "Character tables and tokenizer for Mathics and the Wolfram language") |