Skip to content

Commit b4d2c05

Browse files
committed
debian/control - added python{,3}-pkg-resources to direct Depends for the packages (Closes: #821076)
1 parent 0c892fb commit b4d2c05

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
pandas (0.17.1-4) UNRELEASED; urgency=medium
2+
3+
* debian/control
4+
- added python{,3}-pkg-resources to direct Depends for the packages
5+
(Closes: #821076)
6+
7+
-- Yaroslav Halchenko <[email protected]> Sun, 17 Apr 2016 20:46:01 -0400
8+
19
pandas (0.17.1-3) unstable; urgency=medium
210

311
* debian/tests/unittest*

debian/control

+4-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Depends: ${misc:Depends}, ${python:Depends},
5454
python-numpy (>= 1:1.7~),
5555
python-dateutil,
5656
python-pandas-lib(>= ${source:Version}),
57+
python-pkg-resources,
5758
python-six,
5859
Recommends: python-scipy,
5960
python-matplotlib,
@@ -94,7 +95,9 @@ Architecture: all
9495
Depends: ${misc:Depends}, ${python3:Depends},
9596
python3-numpy (>= 1:1.7~),
9697
python3-dateutil,
97-
python3-pandas-lib(>= ${source:Version})
98+
python3-pandas-lib(>= ${source:Version}),
99+
python3-pkg-resources,
100+
python3-six,
98101
Recommends: python3-scipy,
99102
python3-matplotlib,
100103
python3-numexpr,

0 commit comments

Comments
 (0)