Skip to content

Commit 7d610d9

Browse files
committed
debian/control - Build-Conflicts with python-tables 3.3.0-4 since that one leads to FTBFS - boosted policy to 3.9.8
1 parent 1821854 commit 7d610d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

debian/changelog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ pandas (0.19.1-3) UNRELEASED; urgency=medium
33
* Require cython >= 0.23 or otherwise use pre-cythoned sources
44
(should resolve https://github.com/pandas-dev/pandas/issues/14699
55
on jessie)
6+
* debian/control
7+
- Build-Conflicts with python-tables 3.3.0-4 since that one leads to FTBFS
8+
- boosted policy to 3.9.8
69

7-
-- Yaroslav Halchenko <[email protected]> Thu, 08 Dec 2016 11:11:08 -0500
10+
-- Yaroslav Halchenko <[email protected]> Thu, 08 Dec 2016 11:13:46 -0500
811

912
pandas (0.19.1-2) unstable; urgency=medium
1013

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ Build-Depends: debhelper (>= 7.0.50),
4040
Build-Depends-Indep:
4141
ipython (>= 0.12) | ipython2x | ipython1x,
4242
python-statsmodels [!arm64 !ppc64el !sparc64 !mips64el !ppc64 !sparc64 !sh4],
43+
Build-Conflicts: python-tables (= 3.3.0-4), python3-tables (= 3.3.0-4)
4344
X-Python-Version: >= 2.7
4445
X-Python3-Version: >= 3.2
45-
Standards-Version: 3.9.5
46+
Standards-Version: 3.9.8
4647
Homepage: http://pandas.sourceforge.net
4748
Vcs-Browser: http://github.com/neurodebian/pandas
4849
Vcs-Git: git://github.com/neurodebian/pandas.git

0 commit comments

Comments
 (0)