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
@@ -4,7 +4,7 @@
, mock
, parameterized
, pytestCheckHook
, dateutil
, python-dateutil
, pytz
, regex
, tzlocal
@@ -39,7 +39,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
# install_requires
dateutil pytz regex tzlocal
python-dateutil pytz regex tzlocal
# extra_requires
convertdate umalqurra jdatetime ruamel_yaml
];
@@ -2,7 +2,7 @@
, buildPythonPackage
, isPy3k
, fetchFromGitHub
, dateutil
, python-dateutil
, pytz
, regex
, tzlocal
@@ -29,7 +29,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
# install_requires
dateutil pytz regex tzlocal
python-dateutil pytz regex tzlocal
# extra_requires
hijri-converter convertdate
];