summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@inktank.com>2013-03-04 16:47:49 -0800
committerJosh Durgin <josh.durgin@inktank.com>2013-03-04 16:49:14 -0800
commit867586c6748e8db5fd577e08a14f02e0a665f1b2 (patch)
tree912f58b242db856774fa3fcc0270ceeca2fe652c /debian
parent66df847e00dd495aacfa06c8f0504c40e6a90bec (diff)
downloadceph-867586c6748e8db5fd577e08a14f02e0a665f1b2.tar.gz
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 <josh.durgin@inktank.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
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.