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