diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-15 13:54:44 +0800 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:58 +0100 |
| commit | f0c5c4ee9b37bc0b594011c1e1822ecccc4b6df0 (patch) | |
| tree | a1c7edd90fc7452e84d056d4379a9682b3ec3684 /gnu/packages/python-xyz.scm | |
| parent | 298d371de843b3cb801d7fb9620547b3880a5020 (diff) | |
gnu: python-hsluv: Fix build.
* gnu/packages/python-xyz.scm (python-hsluv)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I4dbed681c4f1a83b0300dc9611cdf89072591389
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 84bafb253d..8274a06798 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12337,6 +12337,8 @@ displayed.") (sha256 (base32 "0bmpd7qxcvin8szblilxmw50v7mygf6a6i180h82123s893gk092")))) (build-system pyproject-build-system) + (native-inputs + (list python-setuptools python-wheel)) (home-page "https://www.hsluv.org") (synopsis "Human-friendly HSL colour space implemented in Python") (description |
