diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-17 13:33:31 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:38:02 +0100 |
| commit | d0d664cea100d2816316870194534d92f5a7ac74 (patch) | |
| tree | af9762dd68250895740a86b06c93a8db5d056b26 /gnu/packages/python-xyz.scm | |
| parent | 0e028beceb6f06c86397785e90d8d7bc6e6ba785 (diff) | |
gnu: python-contexttimer: Add missing inputs.
* gnu/packages/python-xyz.scm (python-contexttimer)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I1d6e1efe869624c1da47332c8a000f88b458c193
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1995f113d7..776b5b58d7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19381,7 +19381,7 @@ the standard library.") (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 |
