Revert "python312Packages.smart-open: add pynacl to checkInputs"

This reverts commit a26a95a9a7.
This commit is contained in:
Sandro Jäckel
2025-02-18 01:23:08 +01:00
parent db8416a302
commit 8a254de229
@@ -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" ];