Skip to content

Commit ccdf561

Browse files
committed
changelog + patch to not demand etelemetry
1 parent e6c5e1b commit ccdf561

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
heudiconv (0.6.0-1) unstable; urgency=medium
2+
3+
* Fresh upstream release, upload to unstable
4+
5+
-- Yaroslav Halchenko <[email protected]> Thu, 05 Dec 2019 21:18:16 -0500
6+
17
heudiconv (0.5.4-1) experimental; urgency=medium
28

39
* Fresh upstream release
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
From: Yaroslav Halchenko <[email protected]>
2+
Subject: do not strictly depend on etelemetry
3+
4+
It will be at most a recommended dependency anyways.
5+
Code should allow to run without it
6+
7+
Last-Update: 2019-12-05
8+
9+
--- a/heudiconv/info.py
10+
+++ b/heudiconv/info.py
11+
@@ -28,7 +28,8 @@ REQUIRES = [
12+
'nipype >=1.0.0,!=1.2.1,!=1.2.2; python_version == "2.7"',
13+
'pathlib',
14+
'dcmstack>=0.7',
15+
- 'etelemetry',
16+
+ # Do not strictly demand on debian yet, not packaged
17+
+ #'etelemetry',
18+
'filelock>=3.0.12',
19+
]
20+

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
deb-no-demand-on-etelemetry

0 commit comments

Comments
 (0)