diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-18 08:49:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-18 08:49:32 +0200 |
commit | b28b66d9b5296c16362416ac160eda2a2b0c4ed9 (patch) | |
tree | f9ff022f6cb95531e2adb4fed90bc3c633734d0d | |
parent | 1ec16190854874bb24f6016d7edb96b8cdff62ae (diff) | |
download | jenkins.debian.net-b28b66d9b5296c16362416ac160eda2a2b0c4ed9.tar.xz |
reproducible coreboot and others: install python3-pystache as it's needed by _common.sh nowadays
-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 5e275ecf..20ba0611 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -290,6 +290,7 @@ if [ -f /etc/debian_version ] ; then make python3-clint python3-git + python3-pystache python3-requests python3-yaml subversion |