From 867586c6748e8db5fd577e08a14f02e0a665f1b2 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 4 Mar 2013 16:47:49 -0800 Subject: [PATCH] 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 5a834287fb4..e9ad2611ee3 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. -- 2.47.3