GNU bug report logs -
#74923
[PATCH 0/2] gnu: stargate: Fix build.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Tue, 17 Dec 2024 08:19:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 74923 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-pymarshal)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I6ad9ca15ab570b8c88136fc13bb6a6e14459094c
---
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 9dc46634bb..07a5469f04 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4841,7 +4841,7 @@ (define-public python-pymarshal
;; "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")
--
2.46.0
This bug report was last modified 154 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.