diff --git a/pkgs/development/python-modules/cornice/default.nix b/pkgs/development/python-modules/cornice/default.nix index c35930d1ff5d..cee8a38076eb 100644 --- a/pkgs/development/python-modules/cornice/default.nix +++ b/pkgs/development/python-modules/cornice/default.nix @@ -8,7 +8,6 @@ pytestCheckHook, pytest-cache, webtest, - marshmallow, colander, }: @@ -35,7 +34,6 @@ buildPythonPackage rec { pytestCheckHook pytest-cache webtest - marshmallow colander ]; pythonImportsCheck = [ "cornice" ];