mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-mathics-pygments: Fix tests.
* gnu/packages/maths.scm (python-mathics-pygments)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I01471fd8835c7cbc21fae497bedb177a1230eae1
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user