GNU bug report logs -
#75034
[PATCH] gnu: python-emoji: Propagate python-typing-extensions.
Previous Next
Full log
View this message in rfc822 format
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
This bug report was last modified 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.