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>
1 files changed, 5 insertions(+), 1 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +5 -1
@@ 14904,7 14904,11 @@ replacement for dictionaries where immutability is desired.") (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