diff options
| author | Anthony Roussel <anthony@roussel.dev> | 2026-01-18 23:32:33 +0100 |
|---|---|---|
| committer | Anthony Roussel <anthony@roussel.dev> | 2026-01-18 23:47:34 +0100 |
| commit | c24404ca75da602edcd341bcbbea8ea666d9f55f (patch) | |
| tree | f487ed06a01c143738156e9b34737fd70445e30f /pkgs/development/python-modules | |
| parent | 503ad505aa1c736ee3f957f0b294e8bf86bd8324 (diff) | |
smart-open: use awscli2
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/smart-open/default.nix | 4 |
1 files 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 |
