guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 418ee1edd95aef77f5e2cacbff864598b116f425
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Wed Mar 4 22:13:56 2026 +0100

    gnu: python-can: Fix build.
    
    * gnu/packages/python-xyz.scm (python-can): Fix build.
    [native-inputs]: Remove python-future.
    
    Change-Id: I189672b60c5367a6c5af202aad27984f3c260634
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 464282e63c..99f28bffab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6235,7 +6235,6 @@ your Python package version as a calendar version.")
     (propagated-inputs (list python-packaging python-wrapt))
     (native-inputs
      (list ;; python-canalystii ; Not packed yet
-           python-future
            python-hypothesis
            python-mock
            python-parameterized

Reply via email to