mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: python-contexttimer: Add missing inputs.
* gnu/packages/python-xyz.scm (python-contexttimer)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1d6e1efe869624c1da47332c8a000f88b458c193
This commit is contained in:
parent
aa26ab7ceb
commit
a435fafb7c
1 changed files with 1 additions and 1 deletions
|
@ -19381,7 +19381,7 @@ (define-public python-contexttimer
|
|||
(base32 "00a9h06a1wj66935n863qlk4jpl9gvdvzkkhl8xmgqwdkwv0js54"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-decorator python-unittest2))
|
||||
(native-inputs (list python-mock))
|
||||
(native-inputs (list python-mock python-setuptools python-wheel))
|
||||
(home-page "https://github.com/brouberol/contexttimer")
|
||||
(synopsis "Timer as a context manager")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue