[tor-commits] [ooni-probe/master] Use the latest versions of pip and virtualenv
art at torproject.org
art at torproject.org
Mon Jan 27 10:39:39 UTC 2014
commit efe4e357cb338be9893402eb8af3f75dee64eb37
Author: Arturo Filastò <art at fuffa.org>
Date: Mon Jan 27 11:38:28 2014 +0100
Use the latest versions of pip and virtualenv
---
setup-dependencies.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh
index 71f968e..9830c34 100755
--- a/setup-dependencies.sh
+++ b/setup-dependencies.sh
@@ -857,12 +857,12 @@ p50Ey4/FI/T4zjAVeqdBysR08T3mZv3SHOy0qOq/kDiK2Q==
"
install_pip_securely() {
- NEEDED_VERSION_PIP=1.5
+ NEEDED_VERSION_PIP=1.5.2
install_pkg_from_pypi "pip" ${NEEDED_VERSION_PIP} ${DSTUFFT_KEY_FILE}
}
install_virtualenv_securely() {
- NEEDED_VERSION_VIRTUALENV=1.11
+ NEEDED_VERSION_VIRTUALENV=1.11.2
install_pkg_from_pypi "virtualenv" ${NEEDED_VERSION_VIRTUALENV} ${DSTUFFT_KEY_FILE}
}
More information about the tor-commits
mailing list