[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-emoji: Fix build.
From: |
guix-commits |
Subject: |
01/02: gnu: python-emoji: Fix build. |
Date: |
Mon, 16 Dec 2024 06:39:01 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 1a89e7d65f88af6891cdfcc9acc65b522863ac6e
Author: Juliana Sims <juli@incana.org>
AuthorDate: Sun Dec 15 14:49:39 2024 -0500
gnu: python-emoji: Fix build.
* gnu/packages/python-xyz (python-emoji)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Iac4383c33df71b089340154876cb614bff3bac72
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/python-xyz.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c3c5d5d9c..4e2881bb68 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14904,7 +14904,11 @@ replacement for dictionaries where immutability is
desired.")
(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