Commit 09e91e2f authored by Jim Newsome's avatar Jim Newsome
Browse files

Use pip to install chutney's python dependencies

parent e6bfc2a4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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