mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
826938c657
commit
a4c3019db4
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue