From fa46f86f81f81868281de2a1a7c0bceaace15ad8 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 12 Aug 2025 18:18:47 +0200 Subject: 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 --- gnu/packages/python-compression.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-compression.scm') diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 66f68283774..13ef2855541 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") -- cgit v1.3