~ruther/guix-local

a651780eacb2ce5f8a88a1b50f35ca06cac02fc3 — Nicolas Graves a year ago 6aa104f
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 39288,7 39288,7 @@ toolkit for Python.")
       (sha256
        (base32 "1h0cxlp66i6wlq3g6dg1f1nw0sipm9nfsy7qs47p9w548d833128"))))
    (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")
    (synopsis "SRT parsing library")
    (description