diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-20 14:59:28 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-23 16:24:24 +0100 |
| commit | 6aa104f90af83a44110b26eea38f81c5d6a3408c (patch) | |
| tree | 9e37f14e55607c194e77175b7d2db2eefc712f2b /gnu/packages/python-xyz.scm | |
| parent | 4b5f8853dc401ae9d6e39829b8ec308cc380d494 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6252b3a507..2bb09f63bb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
