On 02/27/2013 03:56 AM, Filippos Giannakos wrote:
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@xxxxxxxx>
Looks good to me. I added it to the wip-py26 branch along with the same thing for the ceph package, since ceph-disk-* use python 2.6 features too. I'll merge it once it builds. Thanks! Josh
--- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index eefb4ee..fbf517b 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Maintainer: Laszlo Boszormenyi (GCS) <gcs@xxxxxxxxx> Uploaders: Sage Weil <sage@xxxxxxxxxxxx> Build-Depends: debhelper (>= 6.0.7~), autotools-dev, autoconf, automake, libfuse-dev, libboost-dev (>= 1.34), libboost-thread-dev, libedit-dev, libnss3-dev, libtool, libexpat1-dev, libfcgi-dev, libatomic-ops-dev, libgoogle-perftools-dev [i386 amd64], pkg-config, libcurl4-gnutls-dev, libkeyutils-dev, uuid-dev, libaio-dev, python (>= 2.6.6-3~), libxml2-dev, javahelper, default-jdk, junit4, libboost-program-options-dev Standards-Version: 3.9.3 +X-Python-Version: >=2.6 Package: ceph Architecture: linux-any
-- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html