Skip to content

Commit a848d3b

Browse files
committed
Update debian dependencies for 2.0.x
Fixes #133
1 parent d7cb0bc commit a848d3b

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Bug Fixes
1010
asyncore event loop is restarted multiple times
1111
* Delay initialization of reactors in order to avoid problems
1212
with shared state when using multiprocessing (PYTHON-60)
13+
* Add python-six to debian dependencies, move python-blist to
14+
recommends
1315

1416
2.0.1
1517
=====

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-cassandra-driver (2.0.2~prerelease-1) unstable; urgency=low
2+
3+
* Update dependencies for 2.0.x
4+
5+
-- Tyler Hobbs <[email protected]> Tue, 03 Jun 2014 15:16:53 -0500
6+
17
python-cassandra-driver (1.1.0~prerelease-1) unstable; urgency=low
28

39
* Initial packaging

debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Build-Depends: python-all-dev (>= 2.6.6-3), python-all-dbg, debhelper (>= 9),
66
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, libev-dev,
77
python-concurrent.futures | python-futures, python-setuptools,
88
python-nose, python-mock, python-yaml, python-gevent,
9-
python-blist, python-tz
9+
python-blist, python-tz, python-six (>= 1.6)
1010
X-Python-Version: >= 2.7
1111
Standards-Version: 3.9.4
1212

1313
Package: python-cassandra-driver
1414
Architecture: any
15-
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-blist,
16-
python-concurrent.futures | python-futures
15+
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
16+
python-concurrent.futures | python-futures, python-six (>= 1.6)
1717
Provides: ${python:Provides}
18-
Recommends: python-scales
18+
Recommends: python-scales, python-blist
1919
Suggests: python-cassandra-driver-doc
2020
Description: Python driver for Apache Cassandra
2121
This driver works exclusively with the Cassandra Query Language v3 (CQL3)

0 commit comments

Comments
 (0)