gnu: todoman: Fix build.

* gnu/packages/task-management.scm (todoman): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ic5e1b74180a2ac10edc023f096084edcf469e1d0
This commit is contained in:
Artyom V. Poptsov 2024-12-31 14:05:14 +03:00
parent c28b941aaa
commit c94153ca77
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -10,6 +10,7 @@
;;; Copyright © 2022 Foo Chuan Wei <chuanwei.foo@hotmail.com>
;;; Copyright © 2022 Pavel Shlyak <p.shlyak@pantherx.org>
;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -467,7 +468,9 @@ (define-public todoman
python-pytest
python-pytest-cov
python-pytest-runner
python-pytz))
python-pytz
python-setuptools
python-wheel))
(propagated-inputs
(list python-atomicwrites
python-click