mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-23 02:30:30 +02:00
gnu: python-cbor2: Remove python-pytest-cov input.
* gnu/packages/python-web.scm (python-cbor2)[native-inputs]: Rmove python-pytest-cov, python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
446988855c
commit
e5b292433f
@@ -3118,11 +3118,7 @@ to the OVHcloud APIs.")
|
||||
(base32 "15y78xcc3zkmvj1mdzz8gyhf3apbl91073kwhzbjk5abc1civwlw"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-cov
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(list python-pytest python-setuptools python-setuptools-scm))
|
||||
(home-page "https://github.com/agronholm/cbor2")
|
||||
(synopsis "Concise Binary Object Representation (CBOR) (de)serializer")
|
||||
(description "This Python library provides encoding and decoding for the
|
||||
|
||||
Reference in New Issue
Block a user