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

View File

@@ -1,4 +1,4 @@
{ lib, fetchPypi, buildPythonPackage, numpy, dateutil }:
{ lib, fetchPypi, buildPythonPackage, numpy, python-dateutil }:
buildPythonPackage rec {
pname = "pycollada";
@@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "1rp4wlvfywgk3v6l3hnhjx61x9yqawvvivpq4dig2jj71k3mpsyj";
};
propagatedBuildInputs = [ numpy dateutil ];
propagatedBuildInputs = [ numpy python-dateutil ];
# Some tests fail because they refer to test data files that don't exist
# (upstream packaging issue)