Skip to content

Commit

Permalink
We should not need distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Nov 1, 2023
1 parent 1e2f6a8 commit 936e229
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ RUN apt-get update -qq \
# some other build tools
swig \
libffi-dev \
pkg-config \
# We should install distutils if and only if it exists
&& apt-cache --generate pkgnames \
| grep --line-regexp --fixed-strings \
-e python$python_version-distutils \
| xargs apt install -y
pkg-config

# We use manifestoo to check licenses, development status and list addons and dependencies
RUN pipx install --pip-args="--no-cache-dir" "manifestoo>=0.3.1"
Expand Down

0 comments on commit 936e229

Please sign in to comment.