GNU bug report logs - #77858
[PATCH 0/2] Update python-crosshair to 0.0.86

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Thu, 17 Apr 2025 08:34: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 77858 <at> debbugs.gnu.org (full text, mbox):

From: Troy Figiel <troy <at> troyfigiel.com>
To: 77858 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: python-crosshair: Add missing inputs, fix build.
Date: Thu, 17 Apr 2025 08:55:59 +0200
* gnu/packages/check.scm (python-crosshair): [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I9dfa243c192de020528e912bf1dbf408ab1219ad
---
 gnu/packages/check.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index db820766eb..b79763f5de 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2863,7 +2863,9 @@ (define-public python-crosshair
            python-mypy
            python-numpy
            python-pytest
-           python-pytest-xdist))
+           python-pytest-xdist
+           python-setuptools
+           python-wheel))
     (propagated-inputs
      (list python-typeshed-client
            python-typing-inspect
-- 
2.48.1





This bug report was last modified 27 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.