gnu: python-pymarshal: Fix build.

* gnu/packages/python-xyz.scm (python-pymarshal)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I6ad9ca15ab570b8c88136fc13bb6a6e14459094c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Sughosha 2024-12-17 13:49:54 +05:30 committed by Sharlatan Hellseher
parent 826938c657
commit a4c3019db4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4868,7 +4868,7 @@ variables.")
;; "CovReportWarning: Failed to generate report: No data to report."
(list #:tests? #f))
(native-inputs
(list python-pytest python-pytest-cov))
(list python-pytest python-pytest-cov python-setuptools python-wheel))
(propagated-inputs (list python-bson python-pyyaml))
(home-page "https://gitlab.com/d3v-t00lz/pymarshal")
(synopsis "Pythonic implementation of Golang struct (un)marshalling")