mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
c16d9e0bc6
commit
d7caf5a6eb
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue