@@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 7.0.50),
19
19
python-statsmodels,
20
20
python-bs4,
21
21
python-html5lib,
22
+ python-six,
22
23
python3-all-dev,
23
24
python3-setuptools,
24
25
cython3 (>= 0.17.1~) | cython (<< 0.17.1~),
@@ -30,6 +31,7 @@ Build-Depends: debhelper (>= 7.0.50),
30
31
python-matplotlib (<< 1.2.0~) | python3-matplotlib,
31
32
python3-tk,
32
33
python3-bs4,
34
+ python3-six,
33
35
X-Python-Version: >= 2.6
34
36
X-Python3-Version: >= 3.2
35
37
Standards-Version: 3.9.3
@@ -43,7 +45,8 @@ Architecture: all
43
45
Depends: ${misc:Depends}, ${python:Depends},
44
46
python-numpy (>= 1:1.6~),
45
47
python-dateutil,
46
- python-pandas-lib(>= ${source:Version})
48
+ python-pandas-lib(>= ${source:Version}),
49
+ python-six,
47
50
Recommends: python-scipy,
48
51
python-matplotlib,
49
52
python-tables,
@@ -52,6 +55,8 @@ Recommends: python-scipy,
52
55
python-xlrd,
53
56
python-statsmodels,
54
57
python-openpyxl, python-xlwt, python-xlrd,
58
+ python-bs4,
59
+ python-html5lib,
55
60
Provides: ${python:Provides}
56
61
Suggests: python-pandas-doc
57
62
Description: data structures for "relational" or "labeled" data
@@ -85,6 +90,9 @@ Recommends: python3-scipy,
85
90
python3-numexpr,
86
91
python3-tables,
87
92
python3-tz,
93
+ python3-bs4,
94
+ python3-html5lib,
95
+ python3-six,
88
96
Suggests: python-pandas-doc
89
97
Description: data structures for "relational" or "labeled" data - Python 3
90
98
pandas is a Python package providing fast, flexible, and expressive
0 commit comments