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, requests,
moto, moto,
paramiko, paramiko,
pynacl,
pytestCheckHook, pytestCheckHook,
responses, responses,
setuptools, setuptools,
@ -57,7 +56,6 @@ buildPythonPackage rec {
moto moto
pytestCheckHook pytestCheckHook
responses responses
pynacl
] ++ lib.flatten (lib.attrValues optional-dependencies); ] ++ lib.flatten (lib.attrValues optional-dependencies);
pytestFlagsArray = [ "smart_open" ]; pytestFlagsArray = [ "smart_open" ];