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 #8 received at 74899 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.