guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6036341e581ccbc5cb45df0221813a443fc8c086
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 57d95b0f46..6a2c0fd366 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6238,7 +6238,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