diff options
Diffstat (limited to 'gnu/packages/serialization.scm')
-rw-r--r-- | gnu/packages/serialization.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 6a4368d59a..1a965103aa 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -746,7 +746,9 @@ RPC system. Think JSON, except binary. Or think Protocol Buffers, except faste python-mypy python-pytest python-setuptools-scm - python-versioneer)) + python-versioneer + python-setuptools + python-wheel)) (propagated-inputs (list python-pyyaml python-tomli python-tomli-w)) (home-page "https://jcristharif.com/msgspec/") (synopsis "Fast serialization/validation library") @@ -857,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 @@ -943,6 +948,7 @@ game development and other performance-critical applications.") (sha256 (base32 "11gzc7mhl984248q6abz5rrsph76j0y99mwk24xc90sxpcxr2j59")))) (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://google.github.io/flatbuffers/") (synopsis "FlatBuffers serialization for Python") (description "This package provides the @code{FlatBuffers} serialization |