gnu: watson: Add missing inputs.

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

Change-Id: I221bd40beaef35505fa180e26916e08bc1939b6e
This commit is contained in:
Ricardo Wurmus 2025-01-11 22:55:31 +01:00
parent c16d9e0bc6
commit d7caf5a6eb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11,6 +11,7 @@
;;; 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>
;;; Copyright © 2025 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -506,7 +507,9 @@ them via CalDAV using, for example, @code{vdirsyncer}.")
(list python-mock
python-pytest
python-pytest-datafiles
python-pytest-mock))
python-pytest-mock
python-setuptools
python-wheel))
(propagated-inputs
(list python-arrow
python-click