diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-16 11:54:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-16 11:54:05 +0100 |
commit | 18a3f48ae4c37ac6eedb40c2801adef19a8b816d (patch) | |
tree | 00f16495d1c488d79b840e79b79e4e4cd8ca1039 | |
parent | 7f068942636fa799eff8a5a6dca13d69d69607d4 (diff) | |
download | jenkins.debian.net-18a3f48ae4c37ac6eedb40c2801adef19a8b816d.tar.xz |
install python3-psycopg2
-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 cbb74267..84a3543b 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -64,7 +64,7 @@ sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat dev libxslt1-dev tcpdump unclutter radvd x11-apps syslinux \ libcap2-bin devscripts libvirt-ruby ruby-rspec gawk ntp \ ruby-json x11vnc xtightvncviewer ffmpeg libavcodec-extra-53 \ - libvpx1 dnsmasq-base openjdk-7-jre python3-yaml + libvpx1 dnsmasq-base openjdk-7-jre python3-yaml python3-psycopg2 # debootstrap is affected by #766459 in wheezy sudo apt-get install -t wheezy-backports qemu debootstrap qemu-kvm qemu-system-x86 libvirt0 qemu-user-static binfmt-support \ libvirt-dev libvirt-bin seabios ruby-rjb ruby-packetfu cucumber |