Re: Making Kerberos optional in the Python wheel

2021-03-08 Thread Dave Page
Thanks - patch applied, with a couple of other tweaks to version numbers for Python in the readme's etc. On Mon, Mar 8, 2021 at 11:20 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Dave, > > The patch looks good to me. > > Thanks, > Khushboo > > On Mon, Mar 8, 2021 at 4:42 PM Da

Re: Making Kerberos optional in the Python wheel

2021-03-08 Thread Khushboo Vashi
Hi Dave, The patch looks good to me. Thanks, Khushboo On Mon, Mar 8, 2021 at 4:42 PM Dave Page wrote: > Has anyone been able to review this? > > On Thu, Mar 4, 2021 at 10:02 AM Dave Page wrote: > >> There have been a couple of complaints that the latest Python wheel >> distribution doesn't in

Re: Making Kerberos optional in the Python wheel

2021-03-08 Thread Dave Page
Has anyone been able to review this? On Thu, Mar 4, 2021 at 10:02 AM Dave Page wrote: > There have been a couple of complaints that the latest Python wheel > distribution doesn't install cleanly. This happens when there is no > pre-built gssapi wheel on PyPi that matches the users combination of

Re: Making Kerberos optional in the Python wheel

2021-03-04 Thread Shaheed Haque
A big thumbs up from me at least :-). On Thursday, 4 March 2021 10:02:00 GMT Dave Page wrote: > There have been a couple of complaints that the latest Python wheel > distribution doesn't install cleanly. This happens when there is no > pre-built gssapi wheel on PyPi that matches the users combinat

Making Kerberos optional in the Python wheel

2021-03-04 Thread Dave Page
There have been a couple of complaints that the latest Python wheel distribution doesn't install cleanly. This happens when there is no pre-built gssapi wheel on PyPi that matches the users combination of Python version and platform, *and* the MIT Kerberos development headers etc. are not present o