treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user