treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil

This commit is contained in:
Robert Schütz
2021-07-03 13:37:24 +02:00
parent d364e06e4b
commit 1ec5651913
117 changed files with 205 additions and 205 deletions
@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, future, dateutil, six, pytest, mock, parameterized }:
{ lib, buildPythonPackage, fetchPypi, future, python-dateutil, six, pytest, mock, parameterized }:
buildPythonPackage rec {
pname = "vertica-python";
@@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "94cff37e03f89fc4c5e4b2d4c913c7d5d7450f5a205d14f709b39e0a4202be95";
};
propagatedBuildInputs = [ future dateutil six ];
propagatedBuildInputs = [ future python-dateutil six ];
checkInputs = [ pytest mock parameterized ];