From 6d97c15911a51d29f91e3656f9c4ab38e08d7f21 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 22 Feb 2024 20:47:54 +0100 Subject: gnu: Add python-setuptools/python-wheel where necessary. Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5 --- gnu/packages/python-compression.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python-compression.scm') diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 3c15b1b682..1838d97a0d 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -388,6 +388,7 @@ and decompression by implementing Python bindings for the ISA-L library.") "1qiwmavmxy6ba89mrdkzk52hqrd4awnp4yca395pxp2np66pf81g")))) ;; FIXME: Unbundle ls-qpack and xxhash! (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/aiortc/pylsqpack") (synopsis "Python bindings for @code{ls-qpack}") (description -- cgit v1.2.3