mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 16:17:48 +00:00
python3Packages.nibabel: unbreak reverse deps by adding missing packaging
dependency
This commit is contained in:
parent
017c7a4940
commit
e5e0645b57
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, packaging
|
||||
, pytest
|
||||
, nose
|
||||
, numpy
|
||||
@ -20,7 +21,7 @@ buildPythonPackage rec {
|
||||
sha256 = "1kir9g7kmy2qygyzczx8nj4b0sc6jjvqy0ssm39bxzqsr1vzzvxm";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ numpy scipy h5py pydicom ];
|
||||
propagatedBuildInputs = [ numpy scipy h5py packaging pydicom ];
|
||||
|
||||
checkInputs = [ nose pytest ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user