Re: [PATCH v3 11/38] tools/python: drop libxenguest from setup.py

2020-08-25 Thread Marek Marczykowski-Górecki
On Sun, Aug 23, 2020 at 11:34:52AM +0200, Juergen Gross wrote: > There is not a single wrapper for a libxenguest function defined. > So drop libxenguest from tools/python/setup.py. > > Signed-off-by: Juergen Gross Acked-by: Marek Marczykowski-Górecki > --- > tools/python/setup.py | 4 ++-- >

[PATCH v3 11/38] tools/python: drop libxenguest from setup.py

2020-08-23 Thread Juergen Gross
There is not a single wrapper for a libxenguest function defined. So drop libxenguest from tools/python/setup.py. Signed-off-by: Juergen Gross --- tools/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/setup.py b/tools/python/setup.py index 8fa