diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2016-09-28 11:11:44 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-28 12:16:31 +0200 |
commit | 5d766486bb25275aed6409d31fc41fcdafdd7c7f (patch) | |
tree | e60e9456e2f43fa197d4409c68cb376f6f271aa0 | |
parent | 6b837a212003b5fdd28af7f2888a951e8b566560 (diff) | |
download | jenkins.debian.net-5d766486bb25275aed6409d31fc41fcdafdd7c7f.tar.xz |
reproducible fdroid: needs python3-libvirt to delete old instances
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index a1b380bf..e4cb5577 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -307,6 +307,7 @@ if [ -f /etc/debian_version ] ; then libvirt-clients libvirt-daemon libvirt-daemon-system + python3-libvirt python3-vagrant qemu-kvm vagrant |