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
+3 -3
View File
@@ -8,7 +8,7 @@
, pytest
, glibcLocales
, cython
, dateutil
, python-dateutil
, scipy
, moto
, numexpr
@@ -41,7 +41,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ cython ];
buildInputs = lib.optional stdenv.isDarwin libcxx;
propagatedBuildInputs = [
dateutil
python-dateutil
scipy
numexpr
pytz
@@ -68,7 +68,7 @@ buildPythonPackage rec {
disabledTests = lib.concatMapStringsSep " and " (s: "not " + s) ([
# since dateutil 0.6.0 the following fails: test_fallback_plural, test_ambiguous_flags, test_ambiguous_compat
# since python-dateutil 0.6.0 the following fails: test_fallback_plural, test_ambiguous_flags, test_ambiguous_compat
# was supposed to be solved by https://github.com/dateutil/dateutil/issues/321, but is not the case
"test_fallback_plural"
"test_ambiguous_flags"
@@ -7,7 +7,7 @@
, beautifulsoup4
, bottleneck
, cython
, dateutil
, python-dateutil
, html5lib
, jinja2
, lxml
@@ -47,7 +47,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
beautifulsoup4
bottleneck
dateutil
python-dateutil
html5lib
numexpr
lxml