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:
Nicolas Graves 2025-06-20 14:59:28 +02:00 committed by Sharlatan Hellseher
parent 4b5f8853dc
commit 6aa104f90a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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