GNU bug report logs -
#74899
[PATCH 0/2] Fix some failing Python pacakge builds
Previous Next
Reported by: Juliana Sims <juli <at> incana.org>
Date: Sun, 15 Dec 2024 19:49:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 74899 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-colorthief)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Ic725b97a40718ab1c22dde7e5342947ff5ebd99c
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ed5cf6dd55..19903470da 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1290,6 +1290,7 @@ (define-public python-colorthief
(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")
--
2.46.0
This bug report was last modified 159 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.