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>
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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")