Skip to content

Commit 2b157b7

Browse files
committed
ENH: html5lib to bdepends and recommends
1 parent 6854649 commit 2b157b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pandas (0.16.1+git97-gbc7d48f-1) unstable; urgency=medium
55
- build -doc package (Closes: #660900)
66
- add ipython (or alternative new ones from neurodebian) into
77
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
99

1010
-- Yaroslav Halchenko <[email protected]> Fri, 05 Jun 2015 08:01:40 -0400
1111

debian/control

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Build-Depends: debhelper (>= 7.0.50),
2121
python-html5lib,
2222
python-six,
2323
python-lxml,
24+
python-html5lib,
2425
python3-all-dev,
2526
python3-setuptools,
2627
cython3 (>= 0.17.1~) | cython (<< 0.17.1~),
@@ -34,6 +35,7 @@ Build-Depends: debhelper (>= 7.0.50),
3435
python3-bs4,
3536
python3-six,
3637
python3-lxml,
38+
python3-html5lib,
3739
xvfb, xauth, xclip,
3840
Build-Depends-Indep:
3941
ipython (>= 0.12) | ipython2x | ipython1x,
@@ -63,6 +65,7 @@ Recommends: python-scipy,
6365
python-bs4,
6466
python-html5lib,
6567
python-lxml,
68+
python-html5lib,
6669
Provides: ${python:Provides}
6770
Suggests: python-pandas-doc
6871
Description: data structures for "relational" or "labeled" data
@@ -100,6 +103,7 @@ Recommends: python3-scipy,
100103
python3-html5lib,
101104
python3-six,
102105
python3-lxml,
106+
python3-html5lib,
103107
Suggests: python-pandas-doc
104108
Description: data structures for "relational" or "labeled" data - Python 3
105109
pandas is a Python package providing fast, flexible, and expressive

0 commit comments

Comments
 (0)