Skip to content

Commit 73fe2f2

Browse files
committed
Build-Depends: python3-filelock (and resort Build-Depends a bit)
1 parent 32f7f5f commit 73fe2f2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ nipype (1.4.2-1) UNRELEASED; urgency=medium
1111
* Switch from cdbs to dh
1212
* Remove outdated debian/README.{Debian,source}
1313
* Remove outdated debian/{pyversions,pycompat}
14+
* Build-Depends: python3-filelock
1415

1516
-- Andreas Tille <[email protected]> Thu, 20 Feb 2020 19:39:13 +0100
1617

debian/control

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Uploaders: Yaroslav Halchenko <[email protected]>,
55
Section: science
66
Priority: optional
77
Build-Depends: debhelper-compat (= 12),
8+
dh-python,
89
python3-all,
9-
python3-concurrent.futures,
1010
python3-sphinx,
1111
python3-dateutil,
1212
python3-numpydoc,
@@ -16,15 +16,15 @@ Build-Depends: debhelper-compat (= 12),
1616
python3-pydot,
1717
python3-pydotplus,
1818
python3-click,
19-
python3-configparser,
20-
python3-simplejson,
21-
python3-traits (>= 4.5.0),
22-
python3-scipy,
19+
python3-filelock,
2320
python3-matplotlib,
24-
python3-sympy,
2521
python3-nibabel,
2622
python3-nitime,
2723
python3-nipy,
24+
python3-simplejson,
25+
python3-scipy,
26+
python3-sympy,
27+
python3-traits (>= 4.5.0),
2828
python3-mock,
2929
python3-networkx,
3030
python3-funcsigs,

0 commit comments

Comments
 (0)