~ruther/guix-local

5adf9cb806ac4f9e4f723fd9e8738ef2a0eb6845 — Ricardo Wurmus 1 year, 3 months ago d5fab05
gnu: watson: Add missing inputs.

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

Change-Id: I221bd40beaef35505fa180e26916e08bc1939b6e
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/task-management.scm
M gnu/packages/task-management.scm => gnu/packages/task-management.scm +4 -1
@@ 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