From 66df847e00dd495aacfa06c8f0504c40e6a90bec Mon Sep 17 00:00:00 2001 From: Filippos Giannakos Date: Wed, 27 Feb 2013 13:56:08 +0200 Subject: [PATCH] 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.3