diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-12 18:18:47 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-13 12:46:42 +0100 |
| commit | fa46f86f81f81868281de2a1a7c0bceaace15ad8 (patch) | |
| tree | 2a233511ef43c9c17124869e24490a2699f1510a /gnu/packages/python-compression.scm | |
| parent | f604ac060e47ad654144f0b709a71879e727d5a6 (diff) | |
gnu: python-lzstring: Switch to pyproject.
* gnu/packages/python-compression.scm (python-lzstring):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ice9f51ce58198fc0b29313e9e5db9babeb07d8a0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 66f6828377..13ef285554 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -639,9 +639,10 @@ the LZ4 frame format.") (method url-fetch) (uri (pypi-uri "lzstring" version)) (sha256 - (base32 - "18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs")))) - (build-system python-build-system) + (base32 "18ly9pppy2yspxzw7k1b23wk77k7m44rz2g0271bqgqrk3jn3yhs")))) + (build-system pyproject-build-system) + (native-inputs + (list python-setuptools python-wheel)) (propagated-inputs (list python-future)) (home-page "https://github.com/gkovacs/lz-string-python") |
