]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add X-Python-Version >=2.6 to debian control file.
authorFilippos Giannakos <philipgian@grnet.gr>
Wed, 27 Feb 2013 11:56:08 +0000 (13:56 +0200)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 4 Mar 2013 23:10:00 +0000 (15:10 -0800)
python-ceph complains when installed to debian squeeze about the 'with'
statement. Apparently installation tries to install the python-ceph package for
python 2.5, which does not support the 'with' statement natively.

Signed-off-by: Filippos Giannakos <philipgian@grnet.gr>
debian/control

index 5346afc938ec571ba412d404979f8aae2fde8f18..5a834287fb4fb76e7b7a8d1b37a54c46aa5134b8 100644 (file)
@@ -347,6 +347,7 @@ Package: python-ceph
 Architecture: linux-any
 Section: python
 Depends: ${misc:Depends}, ${python:Depends}, librados2, librbd1
+X-Python-Version: >= 2.6
 Description: Python libraries for the Ceph distributed filesystem
  Ceph is a distributed storage and network file system designed to provide
  excellent performance, reliability, and scalability.