From: Filippos Giannakos Date: Wed, 27 Feb 2013 11:56:08 +0000 (+0200) Subject: Add X-Python-Version >=2.6 to debian control file. X-Git-Tag: v0.59~40^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66df847e00dd495aacfa06c8f0504c40e6a90bec;p=ceph.git Add X-Python-Version >=2.6 to debian control file. 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 --- diff --git a/debian/control b/debian/control index 5346afc938ec..5a834287fb4f 100644 --- a/debian/control +++ b/debian/control @@ -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.