Skip to content

Commit af3cbba

Browse files
committed
debian/control - Moved statsmodels build-depend (optional) under build-depends-indep to break circular dependency. Thanks Stuart Prescott for the analysis
1 parent d19fb07 commit af3cbba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
pandas (0.19.1-2) unstable; urgency=medium
2+
3+
* debian/control
4+
- Moved statsmodels build-depend (optional) under build-depends-indep
5+
to break circular dependency. Thanks Stuart Prescott for the analysis
6+
7+
-- Yaroslav Halchenko <[email protected]> Sun, 27 Nov 2016 21:49:40 -0500
8+
19
pandas (0.19.1-1) unstable; urgency=medium
210

311
* Fresh upstream release

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Build-Depends: debhelper (>= 7.0.50),
1616
python-matplotlib [!hurd-i386],
1717
python-tk,
1818
python-openpyxl, python-xlwt, python-xlrd,
19-
python-statsmodels [!arm64 !ppc64el !sparc64 !mips64el !ppc64 !sparc64 !sh4],
2019
python-bs4,
2120
python-html5lib,
2221
python-six,
@@ -40,6 +39,7 @@ Build-Depends: debhelper (>= 7.0.50),
4039
xvfb, xauth, xclip,
4140
Build-Depends-Indep:
4241
ipython (>= 0.12) | ipython2x | ipython1x,
42+
python-statsmodels [!arm64 !ppc64el !sparc64 !mips64el !ppc64 !sparc64 !sh4],
4343
X-Python-Version: >= 2.7
4444
X-Python3-Version: >= 3.2
4545
Standards-Version: 3.9.5

0 commit comments

Comments
 (0)