gnu: toot: Fix build.

* gnu/packages/fediverse.scm (toot)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I404c25a277f455169c294e8fdcfcd1596ebce0e1
This commit is contained in:
Efraim Flashner 2024-12-14 20:43:17 +02:00
parent e92b20a41a
commit ce1032d25b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -75,7 +75,9 @@ (define-public toot
(list python-psycopg2-binary
python-pytest
python-pyyaml
python-typing-extensions))
python-setuptools
python-typing-extensions
python-wheel))
(inputs
(list python-beautifulsoup4
python-click