diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-04 13:32:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-04 13:32:12 +0200 |
commit | 3592ee7615ff469fdfe529a0b11a529fad2b77e9 (patch) | |
tree | 0354bddee18f6849e0af57dc67f4f2829c1840f0 | |
parent | 913d343cc94400303ef5fd7bc70cfaf0a261e9a1 (diff) | |
download | jenkins.debian.net-3592ee7615ff469fdfe529a0b11a529fad2b77e9.tar.xz |
reproducible: python3-psycopg2 is needed on build nodes too
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index e83520c2..21dbc06b 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -114,6 +114,7 @@ if [ -f /etc/debian_version ] ; then munin-node munin-plugins-extra pigz + python3-psycopg2 schroot screen subversion @@ -177,7 +178,6 @@ if [ -f /etc/debian_version ] ; then poxml procmail python3-debian - python3-psycopg2 python3-yaml python-arpy python-hachoir-metadata |