Skip to content

Commit fdd6b47

Browse files
committed
refreshed patch
1 parent ff8f54b commit fdd6b47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debian/patches/deb_no_explicit_pydot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
--- a/nipype/info.py
22
+++ b/nipype/info.py
3-
@@ -144,8 +144,8 @@ REQUIRES = [
4-
'funcsigs',
3+
@@ -145,8 +145,8 @@ REQUIRES = [
54
'pytest>=%s' % PYTEST_MIN_VERSION,
5+
'pytest-xdist',
66
'mock',
77
- 'pydotplus',
88
- 'pydot>=%s' % PYDOT_MIN_VERSION,
99
+ # 'pydotplus',
1010
+ # 'pydot>=%s' % PYDOT_MIN_VERSION,
1111
'packaging',
12+
'futures; python_version == "2.7"',
1213
]
13-

0 commit comments

Comments
 (0)