From c24404ca75da602edcd341bcbbea8ea666d9f55f Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Sun, 18 Jan 2026 23:32:33 +0100 Subject: [PATCH] smart-open: use awscli2 --- pkgs/development/python-modules/smart-open/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/smart-open/default.nix b/pkgs/development/python-modules/smart-open/default.nix index 164f225a26a5..6ab4f547b5e2 100644 --- a/pkgs/development/python-modules/smart-open/default.nix +++ b/pkgs/development/python-modules/smart-open/default.nix @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, - awscli, + awscli2, azure-common, azure-core, azure-storage-blob, @@ -58,7 +58,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "smart_open" ]; nativeCheckInputs = [ - awscli + awscli2 moto numpy pytest-cov-stub