diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-27 21:45:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-27 21:45:14 +0100 |
| commit | 0a0f1e30a85ffda9f606cf07c3747656d8c37d8a (patch) | |
| tree | c644106acb12b187d4c12f36d6b11957b8464847 | |
| parent | 51fa44d0939218ca17e9dbadcb151345deee9cd1 (diff) | |
gnu: python-mathics-pygments: Fix tests.
* gnu/packages/maths.scm (python-mathics-pygments)[native-inputs]:
Remove python-wheel; add python-pytest.
Change-Id: I01471fd8835c7cbc21fae497bedb177a1230eae1
| -rw-r--r-- | gnu/packages/maths.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1cd0865263..82d878592a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -11316,8 +11316,12 @@ the Wolfram language.") (sha256 (base32 "1iagdic8f0yjx01kdds40jfcxcpdbrd3i0ywydl01dhyyvd2yjk9")))) (build-system pyproject-build-system) - (propagated-inputs (list python-mathics-scanner python-pygments)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs + (list python-pytest + python-setuptools)) + (propagated-inputs + (list python-mathics-scanner + python-pygments)) (home-page "http://github.com/Mathics3/mathics-pygments/") (synopsis "Wolfram language lexer for Pygments") (description "This package provides a Wolfram language lexer for Pygments.") |
