Re: [ovs-dev] [PATCH ovn v3] Require Python 3 and remove support for Python 2.

2019-11-25 Thread Numan Siddique
On Sat, Nov 23, 2019 at 12:47 AM Mark Michelson wrote: > > Acked-by: Mark Michelson Thanks for the review. I applied this patch to master. Numan > > On 11/22/19 12:21 PM, num...@ovn.org wrote: > > From: Numan Siddique > > > > OVS removed the support for Python 2 in the commit [1]. > > And

Re: [ovs-dev] [PATCH ovn v3] Require Python 3 and remove support for Python 2.

2019-11-22 Thread Mark Michelson
Acked-by: Mark Michelson On 11/22/19 12:21 PM, num...@ovn.org wrote: From: Numan Siddique OVS removed the support for Python 2 in the commit [1]. And its time we do the same for OVN. Python3 is now mandatory, otherwise configure will fail. This patch takes care of removing Python 2

Re: [ovs-dev] [PATCH ovn v3] Require Python 3 and remove support for Python 2.

2019-11-22 Thread 0-day Robot
Bleep bloop. Greetings Numan Siddique, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: Your local changes to the following files would be overwritten by merge:

[ovs-dev] [PATCH ovn v3] Require Python 3 and remove support for Python 2.

2019-11-22 Thread numans
From: Numan Siddique OVS removed the support for Python 2 in the commit [1]. And its time we do the same for OVN. Python3 is now mandatory, otherwise configure will fail. This patch takes care of removing Python 2 references. [1] - 1ca0323e7c29("Require Python 3 and remove support for Python