]> xenbits.xensource.com Git - xen.git/commit
tools/build: fix python xc bindings
authorJuergen Gross <jgross@suse.com>
Sat, 12 Sep 2020 13:58:07 +0000 (15:58 +0200)
committerWei Liu <wl@xen.org>
Mon, 14 Sep 2020 09:48:26 +0000 (09:48 +0000)
commited7cbd55040fde693ab721d643e829f7218d51e1
treef97ae307e5e4a7b183689f293121e3eec67d492b
parentc8099e48c3dbb8c7399551a265756ecf354eece2
tools/build: fix python xc bindings

Commit 7c273ffdd0e91 ("tools/python: drop libxenguest from setup.py")
was just wrong: there is one function from libxenguest used in the
bindings, so readd the library again.

While at it remove the unused PATH_LIBXL setting.

Fixes: 7c273ffdd0e91 ("tools/python: drop libxenguest from setup.py")
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
Acked-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
tools/python/setup.py