Remove extra pluggy wheel packages

pull/1/head
Paal Braathen 2021-10-12 09:48:21 +02:00
parent 2f7d4928ca
commit a1464ca0c8
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ FROM debian:buster-slim as python-build
# Remove extra packages due to incompatible requirements.txt files
WORKDIR /wheels
RUN find . -name "pluggy*" | grep -v "pluggy-0.13.1" | xargs rm -f
RUN find . -name "tox*" | grep -v "tox-2.7.0" | xargs rm -f
RUN find . -name "Sphinx*" | grep -v "Sphinx-1.8.5" | xargs rm -f