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

This commit is contained in:
Robert Schütz
2021-07-03 13:45:57 +02:00
parent d364e06e4b
commit 1ec5651913
117 changed files with 205 additions and 205 deletions
@@ -6,7 +6,7 @@
, greenlet
, httplib2
, six
, dateutil
, python-dateutil
, fusepy
, google-api-python-client
}:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
};
buildInputs = [ gipc greenlet httplib2 six ];
propagatedBuildInputs = [ dateutil fusepy google-api-python-client ];
propagatedBuildInputs = [ python-dateutil fusepy google-api-python-client ];
patchPhase = ''
substituteInPlace gdrivefs/resources/requirements.txt \