diff options
author | Juliana Sims <juli@incana.org> | 2024-12-15 14:49:40 -0500 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-16 11:31:41 +0000 |
commit | 5179e703665e78fc68f40356b783b5944094b60e (patch) | |
tree | 98f89f7955897740878eeb7d8448463c726e5576 /gnu/packages/python-xyz.scm | |
parent | 1a89e7d65f88af6891cdfcc9acc65b522863ac6e (diff) | |
download | guix-5179e703665e78fc68f40356b783b5944094b60e.tar.gz guix-5179e703665e78fc68f40356b783b5944094b60e.zip |
gnu: python-colorthief: Fix build.
* gnu/packages/python-xyz.scm (python-colorthief) [native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Ic725b97a40718ab1c22dde7e5342947ff5ebd99c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4e2881bb68..fe90c258d2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1290,6 +1290,7 @@ as functions or string constants to form colored terminal output.") (sha256 (base32 "08bjsmmkihyksms2vgndslln02rvw56lkxz28d39qrnxbg4v1707")))) (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (propagated-inputs (list python-pillow)) (home-page "https://github.com/fengsp/color-thief-py") (synopsis "Grab the color palette of an image") |