mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-cbor: Fix build.
* gnu/packages/serialization.scm (python-cbor) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I18f86c8afdafbd58b170925665c3a2c66822ac9e
This commit is contained in:
parent
323ab17caf
commit
351e094be1
1 changed files with 3 additions and 0 deletions
|
@ -859,6 +859,9 @@ (define-public python-cbor
|
|||
(base32
|
||||
"1dmv163cnslyqccrybkxn0c9s1jk1mmafmgxv75iamnz5lk5l8hk"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/brianolson/cbor_py")
|
||||
(synopsis "Implementation of the Concise Binary Object Representation")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue