@@ -4,12 +4,14 @@ Priority: optional
4
4
Maintainer: NeuroDebian Team <
[email protected] >
5
5
Uploaders: Yaroslav Halchenko <
[email protected] >, Michael Hanke <
[email protected] >
6
6
Build-Depends: cdbs, debhelper (>= 9), python (>= 2.6), python-setuptools (>= 0.6),
7
+ python-concurrent.futures,
7
8
python-sphinx (>= 0.6),
8
9
python-dateutil (>= 2.2),
9
10
python-numpydoc,
10
11
python-packaging,
11
12
python-pytest,
12
13
python-pytest-xdist,
14
+ python-pydot,
13
15
python-pydotplus,
14
16
python-click,
15
17
python-configparser,
@@ -35,6 +37,7 @@ Package: python-nipype
35
37
Section: python
36
38
Architecture: all
37
39
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
40
+ python-concurrent.futures,
38
41
python-click,
39
42
python-configparser,
40
43
python-dateutil (>= 2.2),
@@ -49,7 +52,7 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
49
52
python-prov,
50
53
python-psutil,
51
54
Recommends: ipython, python-pytest, graphviz, python-xvfbwrapper, mayavi2,
52
- python-mock, python-pydotplus,
55
+ python-mock, python-pydotplus, python-pydot,
53
56
python-cfflib,
54
57
Suggests: fsl, afni, python-nipy, slicer, matlab-spm8,
55
58
python-pyxnat, mne-python, elastix, ants,
0 commit comments