On Tue, 10 Apr 2018 15:20:54 -0700 Ben Pfaff <[email protected]> wrote: > On Mon, Apr 09, 2018 at 03:03:03PM -0500, [email protected] wrote: > > From: Terry Wilson <[email protected]> > > > > This adds multi-column index support for the Python IDL that is > > similar to the feature in the C IDL. > > > > Signed-off-by: Terry Wilson <[email protected]> > > Thanks for working on this. > > I think that this adds a new Python module dependency on > "sortedcontainers". I didn't have it installed for python2 or > python3--at least on Debian, it is not installed by default--so many > tests failed. I guess that we should at least document that, and > probably it means that there should be new dependencies. > > (When I installed the Python module, everything was fine.)
Hi, unfortunately "python-sortedcontainers" packages are not available on RHEL repositories. This means, if this commit is approved, it will not be possible to build OVS on RHEL anymore and, if we skip the tests, it will not be possible to use the python OVS extensions. so I suggest, if possible, to find and alternative to "sortedcontainers". Thank you > Thanks, > > Ben. > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev -- Timothy Redaelli Software Engineer Red Hat Italia _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
