mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
6a6e86ab49
commit
46d4c36b03
1 changed files with 1 additions and 4 deletions
|
|
@ -597,10 +597,7 @@ the C time module reports is the local timezone offset.
|
|||
(propagated-inputs
|
||||
(list python-tzdata))
|
||||
(native-inputs
|
||||
(list python-check-manifest
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-mock))
|
||||
(list python-pytest python-pytest-mock python-setuptools))
|
||||
(home-page "https://github.com/regebro/tzlocal")
|
||||
(synopsis "Local timezone information for Python")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue