python313Packages.python-can: drop unused future dependency

Fixes build
This commit is contained in:
K900
2025-06-03 12:34:00 +03:00
parent daa06c0b0c
commit 22a3739796
@@ -3,7 +3,6 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
future,
hypothesis,
packaging,
parameterized,
@@ -53,7 +52,6 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
future
hypothesis
parameterized
pytest-cov-stub