guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 008697da5a8ecec342e7889f9bee0ea30c9c23ea
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 65442ede4a..68ef7b5d00 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6294,7 +6294,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