File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pandas (0.16.1+git97-gbc7d48f-1) unstable; urgency=medium
5
5
- build -doc package (Closes: #660900)
6
6
- add ipython (or alternative new ones from neurodebian) into
7
7
Build-Depends-Indep to build docs
8
- - add python{,3}-lxml to Build-Depends and Recommends
8
+ - add python{,3}-{ lxml,html5lib} to Build-Depends and Recommends
9
9
10
10
-- Yaroslav Halchenko <
[email protected] > Fri, 05 Jun 2015 08:01:40 -0400
11
11
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Build-Depends: debhelper (>= 7.0.50),
21
21
python-html5lib,
22
22
python-six,
23
23
python-lxml,
24
+ python-html5lib,
24
25
python3-all-dev,
25
26
python3-setuptools,
26
27
cython3 (>= 0.17.1~) | cython (<< 0.17.1~),
@@ -34,6 +35,7 @@ Build-Depends: debhelper (>= 7.0.50),
34
35
python3-bs4,
35
36
python3-six,
36
37
python3-lxml,
38
+ python3-html5lib,
37
39
xvfb, xauth, xclip,
38
40
Build-Depends-Indep:
39
41
ipython (>= 0.12) | ipython2x | ipython1x,
@@ -63,6 +65,7 @@ Recommends: python-scipy,
63
65
python-bs4,
64
66
python-html5lib,
65
67
python-lxml,
68
+ python-html5lib,
66
69
Provides: ${python:Provides}
67
70
Suggests: python-pandas-doc
68
71
Description: data structures for "relational" or "labeled" data
@@ -100,6 +103,7 @@ Recommends: python3-scipy,
100
103
python3-html5lib,
101
104
python3-six,
102
105
python3-lxml,
106
+ python3-html5lib,
103
107
Suggests: python-pandas-doc
104
108
Description: data structures for "relational" or "labeled" data - Python 3
105
109
pandas is a Python package providing fast, flexible, and expressive
You can’t perform that action at this time.
0 commit comments