Also install python-crypto from Chris Lea's PPA on Ubuntu < 14.04

This commit is contained in:
Pedro Algarvio 2015-07-23 10:36:22 +01:00
parent 2b662cbf6a
commit 2f34289b6f

View file

@ -1773,10 +1773,12 @@ install_ubuntu_deps() {
add-apt-repository -y "ppa:chris-lea/python-requests" || return 1
add-apt-repository -y "ppa:chris-lea/python-chardet" || return 1
add-apt-repository -y "ppa:chris-lea/python-urllib3" || return 1
add-apt-repository -y "ppa:chris-lea/python-crypto" || return 1
else
add-apt-repository "ppa:chris-lea/python-requests" || return 1
add-apt-repository "ppa:chris-lea/python-chardet" || return 1
add-apt-repository "ppa:chris-lea/python-urllib3" || return 1
add-apt-repository "ppa:chris-lea/python-crypto" || return 1
fi
fi