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:
Juliana Sims 2024-12-15 14:49:39 -05:00 committed by Sharlatan Hellseher
parent acb256d458
commit 1a89e7d65f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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