diff mbox

Add X-Python-Version >=2.6 to debian control file.

Message ID 1361966168-22618-1-git-send-email-philipgian@grnet.gr (mailing list archive)
State New, archived
Headers show

Commit Message

Filippos Giannakos Feb. 27, 2013, 11:56 a.m. UTC
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@grnet.gr>
---
 debian/control |    1 +
 1 file changed, 1 insertion(+)

Comments

Josh Durgin March 5, 2013, 1:35 a.m. UTC | #1
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@grnet.gr>

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@debian.hu>
>   Uploaders: Sage Weil <sage@newdream.net>
>   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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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@debian.hu>
 Uploaders: Sage Weil <sage@newdream.net>
 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