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:
Sharlatan Hellseher 2024-12-16 13:09:49 +00:00
parent 323ab17caf
commit 351e094be1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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