On 10/27/20 8:07 PM, Thomas Neuman wrote:
> From ba3b444d8c182ab7ff2e007c8960e30706089faa Mon Sep 17 00:00:00 2001
> From: Thomas Neuman <[email protected]>
> Date: Tue, 27 Oct 2020 17:39:27 +0000
> Subject: [PATCH branch-2.11] python: Add 'six' to list of install requirements
>
> Fixes: 73eb682edb
This should be:
Fixes: 73eb682edb67 ("python: Fix xmlrpclib imports.")
Anyway, I'm not sure why this patch if for branch-2.11. 2.12 is the
last version that uses six library, so I applied this to branches 2.12
to 2.9. Below 2.9 it doesn't apply, and, probably, not really needed.
Thanks!
Best regards, Ilya Maximets.
> Signed-off-by: Thomas Neuman <[email protected]>
> ---
> python/setup.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/python/setup.py b/python/setup.py
> index b52657df3..2cff74eec 100644
> --- a/python/setup.py
> +++ b/python/setup.py
> @@ -82,7 +82,7 @@ setup_args = dict(
> ext_modules=[setuptools.Extension("ovs._json", sources=["ovs/_json.c"],
> libraries=['openvswitch'])],
> cmdclass={'build_ext': try_build_ext},
> - install_requires=['sortedcontainers'],
> + install_requires=['six', 'sortedcontainers'],
> )
>
> try:
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev