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 1/2] gnu: python-emoji: Add missing native inputs.
Date: Sun, 15 Dec 2024 14:49:39 -0500 [thread overview]
Message-ID: <9ba56c9518913ddb9183b9e996ddf0d4aa3764c2.1734291871.git.juli@incana.org> (raw)
In-Reply-To: <cover.1734291871.git.juli@incana.org>
* gnu/packages/python-xyz (python-emoji)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Iac4383c33df71b089340154876cb614bff3bac72
---
gnu/packages/python-xyz.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5aaaf5faec..ed5cf6dd55 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14901,7 +14901,10 @@ (define-public python-emoji
(sha256
(base32 "1svk94pad8gcvjwd329zmfrw09wakwh6qjvnhf6sa6k92y44i82a"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pytest python-typing-extensions))
+ (native-inputs (list python-pytest
+ python-setuptools
+ python-typing-extensions
+ python-wheel))
(home-page "https://github.com/carpedm20/emoji/")
(synopsis "Emoji terminal output for Python")
(description
--
2.46.0
next prev 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 ` Juliana Sims via Guix-patches via [this message]
2024-12-15 19:49 ` [bug#74899] [PATCH 2/2] gnu: python-colorthief: Add missing native inputs Juliana Sims via Guix-patches via
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=9ba56c9518913ddb9183b9e996ddf0d4aa3764c2.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.