File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ heudiconv (0.5-1) neurodebian; urgency=medium
3
3
* Fresh upstream release
4
4
- huge refactoring to provide a heudiconv module
5
5
- explicit assignment of the license (apache-2.0)
6
+ * debian/
7
+ - depend on python-pathlib and dcm2niix (from Recommends)
8
+ - remove recommends of mricron, no longer used
6
9
7
10
-- Yaroslav Halchenko <
[email protected] > Thu, 01 Mar 2018 09:27:55 -0500
8
11
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9),
11
11
python-setuptools,
12
12
python-six,
13
13
python-pytest,
14
+ python-pathlib,
14
15
help2man,
15
16
python-dcmstack,
16
17
python-dicom,
@@ -22,15 +23,15 @@ Vcs-Git: https://github.com/nipy/heudiconv -b debian
22
23
Package: heudiconv
23
24
Architecture: all
24
25
Depends: ${misc:Depends},
26
+ dcm2niix,
25
27
python,
26
28
python-dcmstack,
27
29
python-dicom,
28
30
python-nibabel,
31
+ python-pathlib,
29
32
python-numpy,
30
33
python-nipype,
31
- Recommends: mricron,
32
- dcm2niix,
33
- python-pytest,
34
+ Recommends: python-pytest,
34
35
python-datalad,
35
36
Description: DICOM converter with support for structure heuristics
36
37
This is a flexible dicom converter for organizing brain imaging data into
You can’t perform that action at this time.
0 commit comments