Commit aee6782c authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

upgrade setup tools

parent 05c80f4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ RUN pip install --no-cache-dir --upgrade pip
# NOTE: Ryu 4.34 expects eventlet.wsgi.ALREADY_HANDLED, which disappears in Eventlet ≥ 0.30.3.

RUN pip install --no-cache-dir --upgrade pip \
    && pip install --no-cache-dir "setuptools<58" "wheel" \
    && pip install --no-cache-dir "setuptools==65.5.1" "wheel" \
    && pip install --no-cache-dir --no-build-isolation \
       "git+https://github.com/faucetsdn/ryu.git@v4.34" "eventlet<0.30.3"