diff --git a/pkgs/development/python-modules/ahocorapy/default.nix b/pkgs/development/python-modules/ahocorapy/default.nix index c22228234e46..589e84089e9d 100644 --- a/pkgs/development/python-modules/ahocorapy/default.nix +++ b/pkgs/development/python-modules/ahocorapy/default.nix @@ -1,7 +1,6 @@ { buildPythonPackage, fetchFromGitHub, - future, lib, pytestCheckHook, setuptools, @@ -21,9 +20,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; - dependencies = [ - future - ]; + pythonRemoveDeps = [ "future" ]; pythonImportsCheck = [ "ahocorapy" ];