]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: require >= python2.6 for ceph as well
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 5 Mar 2013 00:47:49 +0000 (16:47 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 5 Mar 2013 00:49:14 +0000 (16:49 -0800)
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>
debian/control

index 5a834287fb4fb76e7b7a8d1b37a54c46aa5134b8..e9ad2611ee3934aa5fdec2ef5c1f10d68bf2dfcb 100644 (file)
@@ -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.