Skip to content

Commit 6854649

Browse files
committed
add python{,3}-lxml to Build-Depends and Recommends
1 parent dfd699a commit 6854649

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

debian/changelog

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +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
89

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

debian/control

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 7.0.50),
2020
python-bs4,
2121
python-html5lib,
2222
python-six,
23+
python-lxml,
2324
python3-all-dev,
2425
python3-setuptools,
2526
cython3 (>= 0.17.1~) | cython (<< 0.17.1~),
@@ -32,6 +33,7 @@ Build-Depends: debhelper (>= 7.0.50),
3233
python3-tk,
3334
python3-bs4,
3435
python3-six,
36+
python3-lxml,
3537
xvfb, xauth, xclip,
3638
Build-Depends-Indep:
3739
ipython (>= 0.12) | ipython2x | ipython1x,
@@ -60,6 +62,7 @@ Recommends: python-scipy,
6062
python-openpyxl, python-xlwt, python-xlrd,
6163
python-bs4,
6264
python-html5lib,
65+
python-lxml,
6366
Provides: ${python:Provides}
6467
Suggests: python-pandas-doc
6568
Description: data structures for "relational" or "labeled" data
@@ -96,6 +99,7 @@ Recommends: python3-scipy,
9699
python3-bs4,
97100
python3-html5lib,
98101
python3-six,
102+
python3-lxml,
99103
Suggests: python-pandas-doc
100104
Description: data structures for "relational" or "labeled" data - Python 3
101105
pandas is a Python package providing fast, flexible, and expressive

debian/python-pandas-doc.docs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
doc/_build/html
1+
doc/build/html

0 commit comments

Comments
 (0)