commit 725e0fd136fe50610ac5b75d39616864146c1b5b Author: Arturo Filastò art@fuffa.org Date: Wed Jan 14 19:51:53 2015 +0100
Add install of pyasn1 and pyasn1-modules to setup-dependencies script --- setup-dependencies.sh | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh index bf7eb44..ffe385a 100755 --- a/setup-dependencies.sh +++ b/setup-dependencies.sh @@ -940,6 +940,8 @@ case $DISTRO_VERSION in fi
+ # First install pyasn1 and pyasn1-modules to avoid bugs + DO "pip install -v --timeout 60 pyasn1 pyasn1-modules" "0" # Install all of the out of package manager dependencies DO "pip install -v --timeout 60 -r ${REPO_ROOT}/requirements.txt" "0"
tor-commits@lists.torproject.org