diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2024-02-22 20:47:54 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 21:14:40 +0100 |
commit | b0f42e275c91633cadb920f1af4bfc903aeb5913 (patch) | |
tree | 50fa3d560ad394dfb326e63e06d2dbcfac871b34 /gnu/packages/python-compression.scm | |
parent | ac3d3e5277a491e98e775a4043b3dd1ff59fcdeb (diff) |
gnu: Add python-setuptools/python-wheel where necessary.
Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r-- | gnu/packages/python-compression.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index cd3f2a8f82..d111ac8718 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 |