From: Josh Durgin Date: Tue, 5 Mar 2013 00:47:49 +0000 (-0800) Subject: debian: require >= python2.6 for ceph as well X-Git-Tag: v0.59~40^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=867586c6748e8db5fd577e08a14f02e0a665f1b2;p=ceph.git debian: require >= python2.6 for ceph as well ceph-disk-prepare and ceph-disk-activate use the with statement, str.format, and possibly other new features from python 2.6. Signed-off-by: Josh Durgin --- diff --git a/debian/control b/debian/control index 5a834287fb4f..e9ad2611ee39 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Package: ceph Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted, cryptsetup-bin Recommends: ceph-mds, librados2, librbd1, btrfs-tools +X-Python-Version: >= 2.6 Description: distributed storage and file system Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability.