Loading src/tests/ryu-openflow/Ryu.Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
src/tests/ryu-openflow/Ryu.Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading