Commit 54edb6dc authored by nimrod's avatar nimrod
Browse files

python3: Pin packaging to the Debian version.

parent 6c1d2dbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ RUN apt-get update && \
    && \
    rm /usr/lib/python*/EXTERNALLY-MANAGED && \
    python3 -m pip install --progress-bar=off --no-cache-dir --upgrade \
        packaging==25 \
        pipenv \
        poetry \
        tox \