Merge pull request #93684 from bcdarwin/unbreak-nibabel-reverse-deps

python3Packages.nibabel: unbreak reverse deps
This commit is contained in:
worldofpeace
2020-07-22 20:43:58 -04:00
committed by GitHub
@@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, isPy27 , isPy27
, packaging
, pytest , pytest
, nose , nose
, numpy , numpy
@@ -20,7 +21,7 @@ buildPythonPackage rec {
sha256 = "1kir9g7kmy2qygyzczx8nj4b0sc6jjvqy0ssm39bxzqsr1vzzvxm"; sha256 = "1kir9g7kmy2qygyzczx8nj4b0sc6jjvqy0ssm39bxzqsr1vzzvxm";
}; };
propagatedBuildInputs = [ numpy scipy h5py pydicom ]; propagatedBuildInputs = [ numpy scipy h5py packaging pydicom ];
checkInputs = [ nose pytest ]; checkInputs = [ nose pytest ];