* [Qemu-devel] Can we require a newer Python?
@ 2015-09-04 15:47 Markus Armbruster
2015-09-04 16:03 ` Peter Maydell
2015-09-04 16:03 ` Andreas Schwab
0 siblings, 2 replies; 3+ messages in thread
From: Markus Armbruster @ 2015-09-04 15:47 UTC (permalink / raw)
To: qemu-devel; +Cc: Paolo Bonzini, Peter Maydell
We currently require Python 2.4, and have a bit of special code for
Python older than 2.6. I could use a module that's available since 2.6.
Python 2.4 is from 2004. We require GLib 2.22, which from 2009. Makes
me suspect we don't actually support any system with such an old Python
anymore.
I vaguely remember we settled for GLib 2.22 due to some version of SLES.
If that's correct: what version of Python does it provide?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Can we require a newer Python?
2015-09-04 15:47 [Qemu-devel] Can we require a newer Python? Markus Armbruster
@ 2015-09-04 16:03 ` Peter Maydell
2015-09-04 16:03 ` Andreas Schwab
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2015-09-04 16:03 UTC (permalink / raw)
To: Markus Armbruster; +Cc: QEMU Developers, Paolo Bonzini
On 4 September 2015 at 16:47, Markus Armbruster <armbru@redhat.com> wrote:
> We currently require Python 2.4, and have a bit of special code for
> Python older than 2.6. I could use a module that's available since 2.6.
>
> Python 2.4 is from 2004. We require GLib 2.22, which from 2009. Makes
> me suspect we don't actually support any system with such an old Python
> anymore.
>
> I vaguely remember we settled for GLib 2.22 due to some version of SLES.
> If that's correct: what version of Python does it provide?
https://www.suse.com/releasenotes/x86_64/SUSE-SLES/11-SP3/#fate-313238
suggests SLES11sp3 is Python 2.6.6.
RHEL6 is also a Python 2.6.
2.6 will work on OSX back to 10.6 (and if you're on 10.5 you're
building so much other stuff for build-dependencies, including a
complete C compiler and linker, that having to scrape up a python
is probably the least of your worries...)
So I think we should be able to move our requirement up to Python 2.6
(but no further).
thanks
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Can we require a newer Python?
2015-09-04 15:47 [Qemu-devel] Can we require a newer Python? Markus Armbruster
2015-09-04 16:03 ` Peter Maydell
@ 2015-09-04 16:03 ` Andreas Schwab
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2015-09-04 16:03 UTC (permalink / raw)
To: Markus Armbruster; +Cc: Paolo Bonzini, qemu-devel, Peter Maydell
Markus Armbruster <armbru@redhat.com> writes:
> I vaguely remember we settled for GLib 2.22 due to some version of SLES.
> If that's correct: what version of Python does it provide?
SLES-11 has always provided python 2.6.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-04 16:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 15:47 [Qemu-devel] Can we require a newer Python? Markus Armbruster
2015-09-04 16:03 ` Peter Maydell
2015-09-04 16:03 ` Andreas Schwab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).