From d51a48e93bcac4563dd97761b3581b3c40130934 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 17 Jan 2019 14:13:56 +0000 Subject: [PATCH] libguestfs: Use python3 for builds and the Python PIP package. --- config.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.ml b/config.ml index f0a5dea..16b3502 100644 --- a/config.ml +++ b/config.ml @@ -39,6 +39,7 @@ let libguestfs_localconfigure source = # https://bugzilla.redhat.com/show_bug.cgi?id=1316206 %s \\ + PYTHON=/usr/bin/python3 \\ --prefix /usr \\ --disable-static \\ --with-default-backend=libvirt \\ -- 1.8.3.1