mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ded0009758
commit
64774d7686
1 changed files with 1 additions and 1 deletions
|
@ -14997,10 +14997,10 @@ replacement for dictionaries where immutability is desired.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1svk94pad8gcvjwd329zmfrw09wakwh6qjvnhf6sa6k92y44i82a"))))
|
(base32 "1svk94pad8gcvjwd329zmfrw09wakwh6qjvnhf6sa6k92y44i82a"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-typing-extensions))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-typing-extensions
|
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(home-page "https://github.com/carpedm20/emoji/")
|
(home-page "https://github.com/carpedm20/emoji/")
|
||||||
(synopsis "Emoji terminal output for Python")
|
(synopsis "Emoji terminal output for Python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue