python3Packages.grandalf: remove future

This commit is contained in:
Kirill Radzikhovskyy
2025-05-23 08:37:35 -07:00
committed by Robert Schütz
parent 6f707fd717
commit 8dc61ba7bf
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
pyparsing,
future,
pytestCheckHook,
pythonOlder,
}:
@@ -24,7 +23,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pyparsing
future
];
nativeCheckInputs = [ pytestCheckHook ];