mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: python-sniffio: Remove coverage inputs.
* gnu/packages/python-xyz.scm (python-sniffio) [native-inputs]: Remove python-pytest-cov, python-wheel. [description]: Improve style. Change-Id: I4c309ef0afcd310034a73188f50b3301636abd24 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
3ef6afb155
commit
e4be1cbb0f
@@ -17152,16 +17152,12 @@ tasks, sockets, files, locks, and queues.")
|
||||
(base32 "1p496yran6zwg47m7w26r8y89nrsbkrrbf4119slj3qaczf4wcpl"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-curio
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(list python-curio python-pytest python-setuptools))
|
||||
(home-page "https://github.com/python-trio/sniffio")
|
||||
(synopsis "Detect which async library a program is running under")
|
||||
(description "This package detects which async library a program is
|
||||
running under. It supports multiple async I/O packages, like Trio, and
|
||||
asyncio.")
|
||||
(description
|
||||
"This package detects which async library a program is running under. It
|
||||
supports multiple async I/O packages, like Trio, and asyncio.")
|
||||
;; Either license applies.
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user