[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 014/147] tests/vm: include setuptools
From: |
Paolo Bonzini |
Subject: |
[PATCH 014/147] tests/vm: include setuptools |
Date: |
Mon, 10 Aug 2020 19:06:52 +0200 |
They are a dependency of Meson, so install them.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tests/vm/freebsd | 1 +
tests/vm/netbsd | 1 +
tests/vm/openbsd | 1 +
3 files changed, 3 insertions(+)
diff --git a/tests/vm/freebsd b/tests/vm/freebsd
index 29252fa..b34b14f 100755
--- a/tests/vm/freebsd
+++ b/tests/vm/freebsd
@@ -33,6 +33,7 @@ class FreeBSDVM(basevm.BaseVM):
"pkgconf",
"bzip2",
"python37",
+ "py37-setuptools",
# gnu tools
"bash",
diff --git a/tests/vm/netbsd b/tests/vm/netbsd
index 2e87199..93d48b6 100755
--- a/tests/vm/netbsd
+++ b/tests/vm/netbsd
@@ -31,6 +31,7 @@ class NetBSDVM(basevm.BaseVM):
"pkgconf",
"xz",
"python37",
+ "py37-setuptools",
# gnu tools
"bash",
diff --git a/tests/vm/openbsd b/tests/vm/openbsd
index dfe633e..7e27fda 100755
--- a/tests/vm/openbsd
+++ b/tests/vm/openbsd
@@ -30,6 +30,7 @@ class OpenBSDVM(basevm.BaseVM):
"git",
"pkgconf",
"bzip2", "xz",
+ "py3-setuptools",
# gnu tools
"bash",
--
1.8.3.1
- [PATCH 004/147] trace: switch position of headers to what Meson requires, (continued)
- [PATCH 004/147] trace: switch position of headers to what Meson requires, Paolo Bonzini, 2020/08/10
- [PATCH 007/147] tests/vm: do not pollute configure with --efi-aarch64, Paolo Bonzini, 2020/08/10
- [PATCH 009/147] tests/docker: add test script for static linux-user builds, Paolo Bonzini, 2020/08/10
- [PATCH 005/147] meson: rename .inc.c files to .inc, Paolo Bonzini, 2020/08/10
- [PATCH 008/147] tests/vm: check for Python YAML parser in the Makefile, Paolo Bonzini, 2020/08/10
- [PATCH 011/147] configure: do not include $(...) variables in config-host.mak, Paolo Bonzini, 2020/08/10
- [PATCH 010/147] nsis: use "make DESTDIR=" instead of "make prefix=", Paolo Bonzini, 2020/08/10
- [PATCH 012/147] configure: expand path variables for meson configure, Paolo Bonzini, 2020/08/10
- [PATCH 014/147] tests/vm: include setuptools,
Paolo Bonzini <=
- [PATCH 013/147] configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson, Paolo Bonzini, 2020/08/10
- [PATCH 015/147] configure: integrate Meson in the build system, Paolo Bonzini, 2020/08/10
- [PATCH 017/147] build-sys hack: link with whole .fa archives, Paolo Bonzini, 2020/08/10
- [PATCH 016/147] configure: generate Meson cross file, Paolo Bonzini, 2020/08/10
- [PATCH 018/147] build-sys: add meson submodule, Paolo Bonzini, 2020/08/10
- [PATCH 019/147] meson: move summary to meson.build, Paolo Bonzini, 2020/08/10
- [PATCH 020/147] meson: enable pie, Paolo Bonzini, 2020/08/10
- [PATCH 021/147] meson: use coverage option, Paolo Bonzini, 2020/08/10
- [PATCH 022/147] meson: add sparse support, Paolo Bonzini, 2020/08/10
- [PATCH 023/147] meson: add testsuite Makefile generator, Paolo Bonzini, 2020/08/10