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

2019-11-12 Thread Numan Siddique
On Tue, Nov 12, 2019 at 10:49 PM Mark Michelson wrote: > > Hi Numan, > > A couple of things: > > 1) It appears that configure will now fail if python3 is not found. Does > this mean python is no longer optional when building? I think so. To compile OVN we need to compile OVS and OVS fails anyway

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

2019-11-12 Thread Mark Michelson
Hi Numan, A couple of things: 1) It appears that configure will now fail if python3 is not found. Does this mean python is no longer optional when building? If so, I think that needs to be reflected in the commit message. Also, if it's required, then I don't see the point of having the

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

2019-11-12 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. This patch takes care of removing Python 2 references. [1] - 1ca0323e7c29("Require Python 3 and remove support for Python 2.") Signed-off-by: Numan Siddique --- Makefile.am