3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.nipype: add missing dependency

This commit is contained in:
Frederik Rietdijk 2018-07-26 12:39:54 +02:00
parent 9e751587c7
commit ac21188b6e

View file

@ -8,6 +8,7 @@
, dateutil , dateutil
, funcsigs , funcsigs
, future , future
, futures
, mock , mock
, networkx , networkx
, nibabel , nibabel
@ -46,6 +47,8 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace nipype/interfaces/base/tests/test_core.py \ substituteInPlace nipype/interfaces/base/tests/test_core.py \
--replace "/usr/bin/env bash" "${bash}/bin/bash" --replace "/usr/bin/env bash" "${bash}/bin/bash"
rm pytest.ini
''; '';
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -53,6 +56,7 @@ buildPythonPackage rec {
dateutil dateutil
funcsigs funcsigs
future future
futures
networkx networkx
nibabel nibabel
numpy numpy