[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 015/150] tests/vm: include setuptools
From: |
Paolo Bonzini |
Subject: |
[PATCH 015/150] tests/vm: include setuptools |
Date: |
Fri, 14 Aug 2020 05:11:11 -0400 |
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 29252fa4a6..b34b14fc53 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 2e87199211..93d48b6fdd 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 dfe633e453..7e27fda642 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",
--
2.26.2
- [PATCH 001/150] oss-fuzz/build: remove LIB_FUZZING_ENGINE, (continued)
- [PATCH 001/150] oss-fuzz/build: remove LIB_FUZZING_ENGINE, Paolo Bonzini, 2020/08/14
- [PATCH 006/150] meson: rename .inc.h files to .h.inc, Paolo Bonzini, 2020/08/14
- [PATCH 003/150] pc-bios/s390-ccw: do not use rules.mak, Paolo Bonzini, 2020/08/14
- [PATCH 002/150] optionrom: simplify Makefile, Paolo Bonzini, 2020/08/14
- [PATCH 007/150] build-sys hack: ensure target directory is there, Paolo Bonzini, 2020/08/14
- [PATCH 009/150] tests/vm: check for Python YAML parser in the Makefile, Paolo Bonzini, 2020/08/14
- [PATCH 008/150] tests/vm: do not pollute configure with --efi-aarch64, Paolo Bonzini, 2020/08/14
- [PATCH 010/150] tests/docker: add test script for static linux-user builds, Paolo Bonzini, 2020/08/14
- [PATCH 004/150] trace: switch position of headers to what Meson requires, Paolo Bonzini, 2020/08/14
- [PATCH 011/150] nsis: use "make DESTDIR=" instead of "make prefix=", Paolo Bonzini, 2020/08/14
- [PATCH 015/150] tests/vm: include setuptools,
Paolo Bonzini <=
- [PATCH 013/150] configure: expand path variables for meson configure, Paolo Bonzini, 2020/08/14
- [PATCH 018/150] build-sys hack: link with whole .fa archives, Paolo Bonzini, 2020/08/14
- [PATCH 005/150] meson: rename included C source files to .c.inc, Paolo Bonzini, 2020/08/14
- [PATCH 014/150] configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson, Paolo Bonzini, 2020/08/14
- [PATCH 012/150] configure: do not include $(...) variables in config-host.mak, Paolo Bonzini, 2020/08/14
- [PATCH 017/150] configure: generate Meson cross file, Paolo Bonzini, 2020/08/14
- [PATCH 019/150] build-sys: add meson submodule, Paolo Bonzini, 2020/08/14
- [PATCH 021/150] meson: enable pie, Paolo Bonzini, 2020/08/14
- [PATCH 020/150] meson: move summary to meson.build, Paolo Bonzini, 2020/08/14
- [PATCH 022/150] meson: use coverage option, Paolo Bonzini, 2020/08/14