all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juliana Sims via Guix-patches via <guix-patches@gnu.org>
To: 74899@debbugs.gnu.org
Cc: Juliana Sims <juli@incana.org>, Lars-Dominik Braun <lars@6xq.net>,
	Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#74899] [PATCH 2/2] gnu: python-colorthief: Add missing native inputs.
Date: Sun, 15 Dec 2024 14:49:40 -0500	[thread overview]
Message-ID: <f36f82013e082de9622b2a56ed261a73892a1a7f.1734291871.git.juli@incana.org> (raw)
In-Reply-To: <cover.1734291871.git.juli@incana.org>

* 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





      parent reply	other threads:[~2024-12-15 19:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-15 19:47 [bug#74899] [PATCH 0/2] Fix some failing Python pacakge builds Juliana Sims via Guix-patches via
2024-12-15 19:49 ` [bug#74899] [PATCH 1/2] gnu: python-emoji: Add missing native inputs Juliana Sims via Guix-patches via
2024-12-15 19:49 ` Juliana Sims via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f36f82013e082de9622b2a56ed261a73892a1a7f.1734291871.git.juli@incana.org \
    --to=guix-patches@gnu.org \
    --cc=74899@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=juli@incana.org \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.