guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#74899] [PATCH 1/2] gnu: python-emoji: Add missing native inputs.


From: Juliana Sims
Subject: [bug#74899] [PATCH 1/2] gnu: python-emoji: Add missing native inputs.
Date: Sun, 15 Dec 2024 14:49:39 -0500

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]