Skip to content

Commit fe2c54e

Browse files
committed
debian/control + python-concurrent.futures and python-pydot to B-Depends and Depends for python-nipype
1 parent fdd6b47 commit fe2c54e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
nipype (1.1.1-1) unstable; urgency=medium
22

33
* Fresh upstream release
4+
* debian/control
5+
+ python-concurrent.futures and python-pydot to B-Depends and
6+
Depends for python-nipype
47

58
-- Yaroslav Halchenko <[email protected]> Fri, 03 Aug 2018 13:00:43 -0400
69

debian/control

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Priority: optional
44
Maintainer: NeuroDebian Team <[email protected]>
55
Uploaders: Yaroslav Halchenko <[email protected]>, Michael Hanke <[email protected]>
66
Build-Depends: cdbs, debhelper (>= 9), python (>= 2.6), python-setuptools (>= 0.6),
7+
python-concurrent.futures,
78
python-sphinx (>= 0.6),
89
python-dateutil (>= 2.2),
910
python-numpydoc,
1011
python-packaging,
1112
python-pytest,
1213
python-pytest-xdist,
14+
python-pydot,
1315
python-pydotplus,
1416
python-click,
1517
python-configparser,
@@ -35,6 +37,7 @@ Package: python-nipype
3537
Section: python
3638
Architecture: all
3739
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
40+
python-concurrent.futures,
3841
python-click,
3942
python-configparser,
4043
python-dateutil (>= 2.2),
@@ -49,7 +52,7 @@ Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
4952
python-prov,
5053
python-psutil,
5154
Recommends: ipython, python-pytest, graphviz, python-xvfbwrapper, mayavi2,
52-
python-mock, python-pydotplus,
55+
python-mock, python-pydotplus, python-pydot,
5356
python-cfflib,
5457
Suggests: fsl, afni, python-nipy, slicer, matlab-spm8,
5558
python-pyxnat, mne-python, elastix, ants,

0 commit comments

Comments
 (0)