Skip to content

Commit 09d13a9

Browse files
committed
depends on python-six now (+added recommends on bs4 to binary packages)
1 parent e1b526a commit 09d13a9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

debian/changelog

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pandas (0.12.0~rc1+git79-g50eff60-1) experimental; urgency=low
55
* debian/control
66
- dedented last "paragraph" to break it away from the 2nd one.
77
Thanks Beatrice Torracca for the detailed report (Closes: #712260)
8+
- Depends on python-six now
89
* debian/{,tests/}control
910
- added python{,3}-bs4, python-html5lib to Build-Depends for more
1011
thorough testing

debian/control

+9-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 7.0.50),
1919
python-statsmodels,
2020
python-bs4,
2121
python-html5lib,
22+
python-six,
2223
python3-all-dev,
2324
python3-setuptools,
2425
cython3 (>= 0.17.1~) | cython (<< 0.17.1~),
@@ -30,6 +31,7 @@ Build-Depends: debhelper (>= 7.0.50),
3031
python-matplotlib (<< 1.2.0~) | python3-matplotlib,
3132
python3-tk,
3233
python3-bs4,
34+
python3-six,
3335
X-Python-Version: >= 2.6
3436
X-Python3-Version: >= 3.2
3537
Standards-Version: 3.9.3
@@ -43,7 +45,8 @@ Architecture: all
4345
Depends: ${misc:Depends}, ${python:Depends},
4446
python-numpy (>= 1:1.6~),
4547
python-dateutil,
46-
python-pandas-lib(>= ${source:Version})
48+
python-pandas-lib(>= ${source:Version}),
49+
python-six,
4750
Recommends: python-scipy,
4851
python-matplotlib,
4952
python-tables,
@@ -52,6 +55,8 @@ Recommends: python-scipy,
5255
python-xlrd,
5356
python-statsmodels,
5457
python-openpyxl, python-xlwt, python-xlrd,
58+
python-bs4,
59+
python-html5lib,
5560
Provides: ${python:Provides}
5661
Suggests: python-pandas-doc
5762
Description: data structures for "relational" or "labeled" data
@@ -85,6 +90,9 @@ Recommends: python3-scipy,
8590
python3-numexpr,
8691
python3-tables,
8792
python3-tz,
93+
python3-bs4,
94+
python3-html5lib,
95+
python3-six,
8896
Suggests: python-pandas-doc
8997
Description: data structures for "relational" or "labeled" data - Python 3
9098
pandas is a Python package providing fast, flexible, and expressive

debian/tests/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Depends: python-all,
1414
python-xlrd,
1515
python-xlwt,
1616
python-bs4,
17-
python-html5lib
17+
python-html5lib,
1818

1919
Tests: unittests3
2020
Depends: python3-all,

0 commit comments

Comments
 (0)