vagrant: also install python3-osbuild

This commit is contained in:
Lars Karlitski 2019-07-23 23:18:15 +02:00 committed by Tom Gundersen
parent e1770a2386
commit 100dfd4f90

2
test/Vagrantfile vendored
View file

@ -2,7 +2,7 @@
# vi: set ft=ruby :
$script = <<-SCRIPT
sudo dnf install qemu-system-x86 /vagrant/osbuild*.rpm -y
sudo dnf install qemu-system-x86 /vagrant/*.noarch.rpm -y
SCRIPT
Vagrant.configure("2") do |config|