guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4489734d9ae2f5749ead2362739c7d593059806d
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 eca7448cc8..7cedd4f9b3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6236,7 +6236,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