diff --git a/pkgs/development/python-modules/smart-open/default.nix b/pkgs/development/python-modules/smart-open/default.nix index 5bce34054cc9..14ab3f7d467b 100644 --- a/pkgs/development/python-modules/smart-open/default.nix +++ b/pkgs/development/python-modules/smart-open/default.nix @@ -11,7 +11,6 @@ requests, moto, paramiko, - pynacl, pytestCheckHook, responses, setuptools, @@ -57,7 +56,6 @@ buildPythonPackage rec { moto pytestCheckHook responses - pynacl ] ++ lib.flatten (lib.attrValues optional-dependencies); pytestFlagsArray = [ "smart_open" ];