[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Add install of pyasn1 and pyasn1-modules to setup-dependencies script
commit 725e0fd136fe50610ac5b75d39616864146c1b5b
Author: Arturo Filastò <art@xxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits