summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2026-01-18 23:32:33 +0100
committerAnthony Roussel <anthony@roussel.dev>2026-01-18 23:47:34 +0100
commitc24404ca75da602edcd341bcbbea8ea666d9f55f (patch)
treef487ed06a01c143738156e9b34737fd70445e30f /pkgs/development/python-modules
parent503ad505aa1c736ee3f957f0b294e8bf86bd8324 (diff)
smart-open: use awscli2
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/smart-open/default.nix4
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