guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9b9b937d5c8967611f0ac6340eeaf89d6eb5ffc3
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 0901d5bd0c..7f888c0b5f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6234,7 +6234,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