* [PATCH] Add X-Python-Version >=2.6 to debian control file.
@ 2013-02-27 11:56 Filippos Giannakos
2013-03-05 1:35 ` Josh Durgin
0 siblings, 1 reply; 2+ messages in thread
From: Filippos Giannakos @ 2013-02-27 11:56 UTC (permalink / raw)
To: ceph-devel; +Cc: synnefo-devel, Filippos Giannakos
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(+)
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
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add X-Python-Version >=2.6 to debian control file.
2013-02-27 11:56 [PATCH] Add X-Python-Version >=2.6 to debian control file Filippos Giannakos
@ 2013-03-05 1:35 ` Josh Durgin
0 siblings, 0 replies; 2+ messages in thread
From: Josh Durgin @ 2013-03-05 1:35 UTC (permalink / raw)
To: Filippos Giannakos; +Cc: ceph-devel, synnefo-devel
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-05 1:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27 11:56 [PATCH] Add X-Python-Version >=2.6 to debian control file Filippos Giannakos
2013-03-05 1:35 ` Josh Durgin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.