summary refs log tree commit diff
path: root/pkgs/tools/networking/cloud-custodian/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/cloud-custodian/default.nix')
-rw-r--r--pkgs/tools/networking/cloud-custodian/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/cloud-custodian/default.nix b/pkgs/tools/networking/cloud-custodian/default.nix
index a57d9f13d78..c5e1f7527da 100644
--- a/pkgs/tools/networking/cloud-custodian/default.nix
+++ b/pkgs/tools/networking/cloud-custodian/default.nix
@@ -3,7 +3,7 @@
 , boto3
 , botocore
 , certifi
-, dateutil
+, python-dateutil
 , jsonpatch
 , jsonschema
 , pyyaml
@@ -26,7 +26,7 @@ buildPythonApplication rec {
     boto3
     botocore
     certifi
-    dateutil
+    python-dateutil
     jsonpatch
     jsonschema
     pyyaml