From 22a373979631d35e3f45da3bfe92783bcae9a2c2 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 3 Jun 2025 12:34:00 +0300 Subject: [PATCH] python313Packages.python-can: drop unused future dependency Fixes build --- pkgs/development/python-modules/python-can/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/python-can/default.nix b/pkgs/development/python-modules/python-can/default.nix index 1a30ade31cb8..6149314a9459 100644 --- a/pkgs/development/python-modules/python-can/default.nix +++ b/pkgs/development/python-modules/python-can/default.nix @@ -3,7 +3,6 @@ stdenv, buildPythonPackage, fetchFromGitHub, - future, hypothesis, packaging, parameterized, @@ -53,7 +52,6 @@ buildPythonPackage rec { }; nativeCheckInputs = [ - future hypothesis parameterized pytest-cov-stub