From ce1032d25ba0b6398e93503de833591702143656 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 14 Dec 2024 20:43:17 +0200 Subject: gnu: toot: Fix build. * gnu/packages/fediverse.scm (toot)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I404c25a277f455169c294e8fdcfcd1596ebce0e1 --- gnu/packages/fediverse.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm index 7e8a5b728d..4daaa8a517 100644 --- a/gnu/packages/fediverse.scm +++ b/gnu/packages/fediverse.scm @@ -75,7 +75,9 @@ (list python-psycopg2-binary python-pytest python-pyyaml - python-typing-extensions)) + python-setuptools + python-typing-extensions + python-wheel)) (inputs (list python-beautifulsoup4 python-click -- cgit v1.2.3