summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Giannakos <philipgian@grnet.gr>2013-02-27 13:56:08 +0200
committerJosh Durgin <josh.durgin@inktank.com>2013-03-04 15:10:00 -0800
commit66df847e00dd495aacfa06c8f0504c40e6a90bec (patch)
tree027e0d8e0d6c98b5f1ddc70c40f686a6e7cc86a7
parent2a7e802d69ba6364c14070c66773b63a1f48b67c (diff)
downloadceph-66df847e00dd495aacfa06c8f0504c40e6a90bec.tar.gz
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 <philipgian@grnet.gr>
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 5346afc938e..5a834287fb4 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.