mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-srt: Enable tests.
* gnu/packages/python-xyz.scm (python-srt)[native-inputs]: Add python-pytest. Change-Id: I1d1bbac3c3aff6b59d485769263cc824ce937e18 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
6aa104f90a
commit
a651780eac
1 changed files with 1 additions and 1 deletions
|
@ -39288,7 +39288,7 @@ toolkit for Python.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1h0cxlp66i6wlq3g6dg1f1nw0sipm9nfsy7qs47p9w548d833128"))))
|
(base32 "1h0cxlp66i6wlq3g6dg1f1nw0sipm9nfsy7qs47p9w548d833128"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/cdown/srt")
|
(home-page "https://github.com/cdown/srt")
|
||||||
(synopsis "SRT parsing library")
|
(synopsis "SRT parsing library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue