From a4c3019db4c97f85f3fd8c9df22afff382b591f5 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Tue, 17 Dec 2024 13:49:54 +0530 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index db911eb570e2059042ba5e4ade02f302ddb55286..0ba399aa525602d15d62365286d5307d7c684d18 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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")