* [bug#75034] [PATCH] gnu: python-emoji: Propagate python-typing-extensions.
@ 2024-12-22 19:32 Liliana Marie Prikler
2024-12-23 17:27 ` bug#75034: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2024-12-22 19:32 UTC (permalink / raw)
To: 75034; +Cc: lars, marius, me, sharlatanus, tanguy, jgart
The core module imports typing_extensions, so these are likely meant to be propagated.
* gnu/packages/python-xyz.scm (python-emoji)[native-inputs]: Move
python-typing-extensions from here…
[propagated-inputs]: … to here.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 591b0706b5..553203a194 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15046,10 +15046,10 @@ (define-public python-emoji
(sha256
(base32 "1svk94pad8gcvjwd329zmfrw09wakwh6qjvnhf6sa6k92y44i82a"))))
(build-system pyproject-build-system)
+ (propagated-inputs (list 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")
base-commit: 1ca065fe68d68a2fa9c3d747f23fd11c8ecfd85b
prerequisite-patch-id: 9de5fdba24b62feda02241ebfb2ec6e7d188a973
prerequisite-patch-id: 977beb7aa157576397101a40c3196950d86f911e
prerequisite-patch-id: a9e16d284cdfdd09213b71a0a1b2c299783aa27b
prerequisite-patch-id: 6721966457505e3054e71b3b53eb3b8533245c5f
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#75034: [PATCH] gnu: python-emoji: Propagate python-typing-extensions.
2024-12-22 19:32 [bug#75034] [PATCH] gnu: python-emoji: Propagate python-typing-extensions Liliana Marie Prikler
@ 2024-12-23 17:27 ` jgart via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-12-23 17:27 UTC (permalink / raw)
To: 75034-done; +Cc: Liliana Marie Prikler
Hi, LGTM. Applied
--
all the best,
jgart
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-23 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22 19:32 [bug#75034] [PATCH] gnu: python-emoji: Propagate python-typing-extensions Liliana Marie Prikler
2024-12-23 17:27 ` bug#75034: " jgart via Guix-patches via
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.