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

This reverts commit a26a95a9a75c630a77796d4178c960ab8bd90dd8.
This commit is contained in:
Sandro Jäckel 2024-10-19 16:31:14 +02:00
parent db8416a302
commit 8a254de229
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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" ];