~ruther/guix-local

351e094be1327c24f5acabb6a014b5f3dd412911 — Sharlatan Hellseher 1 year, 5 months ago 323ab17
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