mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Use pip to install chutney's python dependencies
This commit is contained in:
@@ -110,6 +110,10 @@ variables:
|
||||
if [ "$CHUTNEY" = yes ]; then
|
||||
git clone --depth 1 https://gitlab.torproject.org/tpo/core/chutney.git
|
||||
export CHUTNEY_PATH="$(pwd)/chutney"
|
||||
# Have pip install chutney's python dependencies by installing chutney
|
||||
# itself.
|
||||
apt-get install python3-pip
|
||||
pip3 install --user ./chutney
|
||||
fi
|
||||
- if [ "$TRACING" = yes ]; then apt install liblttng-ust-dev; fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user