mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-calmjs-parse: Fix tests.
* gnu/packages/python-xyz.scmf (python-calmjs-parse)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I0cde88ae9fa6f210e436a64a7a3f0ea1114506df
This commit is contained in:
parent
90b43a2333
commit
3e634c5d19
1 changed files with 2 additions and 1 deletions
|
@ -646,7 +646,8 @@ line drawing algorithm}.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08dmi4chamk5dbdpvrc0nb09iybfhj3wqwxgffiqnkj7030qhqb8"))))
|
(base32 "08dmi4chamk5dbdpvrc0nb09iybfhj3wqwxgffiqnkj7030qhqb8"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
;; tests: 797 passed, 1 warning
|
||||||
|
(native-inputs (list python-pytest python-setuptools))
|
||||||
(propagated-inputs (list python-ply))
|
(propagated-inputs (list python-ply))
|
||||||
(home-page "https://github.com/calmjs/calmjs.parse/")
|
(home-page "https://github.com/calmjs/calmjs.parse/")
|
||||||
(synopsis "Parsers for ECMA standards")
|
(synopsis "Parsers for ECMA standards")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue