mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user