diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2024-02-22 20:47:54 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:19:47 +0200 |
commit | 35eca45e9a26a44d5e945a7eee8a15312f770d2c (patch) | |
tree | 1a4fd8fa034116798aa12e233b95a6526ce77eb1 /gnu/packages/serialization.scm | |
parent | da7edf3ccb2153f14accc3a9dfffe871d0b16279 (diff) |
gnu: Add python-setuptools/python-wheel where necessary.
Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
Diffstat (limited to 'gnu/packages/serialization.scm')
-rw-r--r-- | gnu/packages/serialization.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 59002315e7..42fd8aa654 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -926,6 +926,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 |