On Wed, Aug 2, 2023 at 4:32 AM Robin Jarry <[email protected]> wrote:
> The python/build folder contents are completely unrelated to the ovs > python bindings. These files are only used during the build for various > subsystems (docs, man pages, code generation, etc.). > > Having that folder in that location prevents from running: > > cd python && python3 -m build > > Which is a way to generate PEP517 compatible source archives and binary > wheel packages. > > Move that folder into build-aux. Update PYTHONPATH accordingly. > > Link: https://peps.python.org/pep-0517/ > Link: https://pypi.org/project/build/ > Signed-off-by: Robin Jarry <[email protected]> > Acked-by: Mike Pattrick <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
