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