gnu: python-emoji: Propagate python-typing-extensions.

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.

Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Liliana Marie Prikler 2024-12-22 20:32:15 +01:00 committed by jgart
parent ded0009758
commit 64774d7686
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -14997,10 +14997,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")