gnu: python-cbor: Fix build. * gnu/packages/serialization.scm (python-cbor) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I18f86c8afdafbd58b170925665c3a2c66822ac9e
1 files changed, 3 insertions(+), 0 deletions(-) M gnu/packages/serialization.scm
M gnu/packages/serialization.scm => gnu/packages/serialization.scm +3 -0
@@ 859,6 859,9 @@ style and key ordering are kept, so you can diff the source.") (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