diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 22:57:03 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:38 +0000 |
| commit | 46d4c36b03b83abaeb04b3f19d310e8029c089aa (patch) | |
| tree | 299d39ea7508fa10fc24bc3c59d63d99ecc7ba76 /gnu/packages/time.scm | |
| parent | 6a6e86ab496948c9547e3c3fc6ced8b4c4c8afca (diff) | |
gnu: python-tzlocal: Remove python-pytest-cov input.
* gnu/packages/time.scm (python-tzlocal)[native-inputs]: Remove
python-check-manifest and python-pytest-cov.
Change-Id: I507271ff12a48b00c81af49f03fd82dfaa1b6413
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/time.scm')
| -rw-r--r-- | gnu/packages/time.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 9a1638dd80a..f2bf78f6a05 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm | |||
| @@ -597,10 +597,7 @@ the C time module reports is the local timezone offset. | |||
| 597 | (propagated-inputs | 597 | (propagated-inputs |
| 598 | (list python-tzdata)) | 598 | (list python-tzdata)) |
| 599 | (native-inputs | 599 | (native-inputs |
| 600 | (list python-check-manifest | 600 | (list python-pytest python-pytest-mock python-setuptools)) |
| 601 | python-pytest | ||
| 602 | python-pytest-cov | ||
| 603 | python-pytest-mock)) | ||
| 604 | (home-page "https://github.com/regebro/tzlocal") | 601 | (home-page "https://github.com/regebro/tzlocal") |
| 605 | (synopsis "Local timezone information for Python") | 602 | (synopsis "Local timezone information for Python") |
| 606 | (description | 603 | (description |
