Commit 3363fef1 authored by nimrod's avatar nimrod
Browse files

python3: Docker build fix.

Use the same version of `packaging` that comes with the OS.
parent 6218b68d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +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 \
        packaging==26.2 \
        pipenv \
        poetry \
        tox \