tests/vm: include setuptools
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 10 Aug 2020 11:44:26 +0000 (13:44 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Aug 2020 10:18:36 +0000 (06:18 -0400)
They are a dependency of Meson, so install them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/vm/freebsd
tests/vm/netbsd
tests/vm/openbsd

index 29252fa4a64a352825ffba17675bb9da8da2fc2e..b34b14fc5310c7464d72210f939d0797c26be046 100755 (executable)
@@ -33,6 +33,7 @@ class FreeBSDVM(basevm.BaseVM):
         "pkgconf",
         "bzip2",
         "python37",
+        "py37-setuptools",
 
         # gnu tools
         "bash",
index 2e871992112a73872b43e641e0ce1621004fa2df..93d48b6fdd9281060f457a302b5b1a029c95da3e 100755 (executable)
@@ -31,6 +31,7 @@ class NetBSDVM(basevm.BaseVM):
         "pkgconf",
         "xz",
         "python37",
+        "py37-setuptools",
 
         # gnu tools
         "bash",
index dfe633e45325654e944a6b46f4846909b3cb929e..7e27fda6422565d0721b762eb6030effbd43c852 100755 (executable)
@@ -30,6 +30,7 @@ class OpenBSDVM(basevm.BaseVM):
         "git",
         "pkgconf",
         "bzip2", "xz",
+        "py3-setuptools",
 
         # gnu tools
         "bash",