Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-22 Thread Jianghua Wang
n os-xenapi. Thanks, Jianghua From: Bob Ball [mailto:bob.b...@citrix.com] Sent: Friday, February 16, 2018 3:02 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens Hi, > If this code is meant to run

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-19 Thread Petr Kovar
On Fri, 16 Feb 2018 17:49:37 +0100 Thomas Goirand wrote: > On 02/16/2018 03:42 PM, Petr Kovar wrote: > > On Thu, 15 Feb 2018 09:31:19 +0100 > > Thomas Goirand wrote: > > > >> Hi, > >> > >> Since I'm getting some pressure from other DDs to actively remove Py2 > >> support from my packages, I'm v

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-16 Thread Thomas Goirand
On 02/16/2018 03:42 PM, Petr Kovar wrote: > On Thu, 15 Feb 2018 09:31:19 +0100 > Thomas Goirand wrote: > >> Hi, >> >> Since I'm getting some pressure from other DDs to actively remove Py2 >> support from my packages, I'm very much considering switching all of the >> Debian packages for Queens to

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-16 Thread Petr Kovar
On Thu, 15 Feb 2018 09:31:19 +0100 Thomas Goirand wrote: > Hi, > > Since I'm getting some pressure from other DDs to actively remove Py2 > support from my packages, I'm very much considering switching all of the > Debian packages for Queens to using exclusively Py3. I would have like > to read s

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-16 Thread Tobias Urdin
On 02/15/2018 08:52 PM, Matthew Thode wrote: > On 18-02-15 13:38:45, Matthew Thode wrote: >> On 18-02-15 09:31:19, Thomas Goirand wrote: >>> Hi, >>> >>> Since I'm getting some pressure from other DDs to actively remove Py2 >>> support from my packages, I'm very much considering switching all of th

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-15 Thread Matthew Thode
On 18-02-15 13:38:45, Matthew Thode wrote: > On 18-02-15 09:31:19, Thomas Goirand wrote: > > Hi, > > > > Since I'm getting some pressure from other DDs to actively remove Py2 > > support from my packages, I'm very much considering switching all of the > > Debian packages for Queens to using exclus

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-15 Thread Matthew Thode
On 18-02-15 09:31:19, Thomas Goirand wrote: > Hi, > > Since I'm getting some pressure from other DDs to actively remove Py2 > support from my packages, I'm very much considering switching all of the > Debian packages for Queens to using exclusively Py3. I would have like > to read some opinions ab

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-15 Thread Bob Ball
2018 6:39 p.m. To: "OpenStack Development Mailing List (not for usage questions)" Subject: Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens 2018-02-15 11:25 GMT+01:00 Bob Ball : > Hi Thomas, > > As noted on the patch, XenServer only has python 2 (and so

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-15 Thread Haïkel
2018-02-15 11:25 GMT+01:00 Bob Ball : > Hi Thomas, > > As noted on the patch, XenServer only has python 2 (and some versions of > XenServer even has Python 2.4) in domain0. This is code that will not run in > Debian (only in XenServer's dom0) and therefore can be ignored or removed > from the D

Re: [openstack-dev] Debian OpenStack packages switching to Py3 for Queens

2018-02-15 Thread Bob Ball
Hi Thomas, As noted on the patch, XenServer only has python 2 (and some versions of XenServer even has Python 2.4) in domain0. This is code that will not run in Debian (only in XenServer's dom0) and therefore can be ignored or removed from the Debian package. It's not practical to convert thes