mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python-emoji: Fix build.
* gnu/packages/python-xyz (python-emoji)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Iac4383c33df71b089340154876cb614bff3bac72 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
acb256d458
commit
1a89e7d65f
1 changed files with 5 additions and 1 deletions
|
@ -14904,7 +14904,11 @@ (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
|
||||
|
|
Loading…
Reference in a new issue