diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-05-15 18:30:26 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-06-08 17:04:19 +0100 |
commit | e661e9580cb78b04bc2b843cee8ed23fbef1f311 (patch) | |
tree | e0868e00adf61cbcec603decced0fcac9aa8c506 /tests/vm/openbsd | |
parent | c6dd82e8a6348096cf7c66a9c1b8a5815aa4ff91 (diff) |
tests/vm: Remove flex/bison packages
QEMU does not use flex/bison packages.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200515163029.12917-3-philmd@redhat.com>
Diffstat (limited to 'tests/vm/openbsd')
-rwxr-xr-x | tests/vm/openbsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/openbsd b/tests/vm/openbsd index 0b705f4945..13e7f9a6d5 100755 --- a/tests/vm/openbsd +++ b/tests/vm/openbsd @@ -35,7 +35,6 @@ class OpenBSDVM(basevm.BaseVM): "bash", "gmake", "gsed", - "bison", # libs: usb "libusb1", |