From 1ec565191387e1ed6dc5c7a355cdf58a2b56336a Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Sat, 3 Jul 2021 13:37:24 +0200 Subject: treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil --- pkgs/applications/networking/flexget/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/networking/flexget') diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index 228c6b4715095..61e42ce22ec17 100644 --- a/pkgs/applications/networking/flexget/default.nix +++ b/pkgs/applications/networking/flexget/default.nix @@ -46,7 +46,7 @@ python3Packages.buildPythonApplication rec { pynzb pyparsing PyRSS2Gen - dateutil + python-dateutil pyyaml rebulk requests -- cgit 1.4.1