Skip to content

Commit 3b23f8a

Browse files
kleisaukelovell
authored andcommitted
Remove unused dependency on Python packaging module
No longer needed by GLib, see: https://gitlab.gnome.org/GNOME/glib/-/commit/38faeca62ebd5be89b1ec3e6c530e499ce2d7240
1 parent 289f76d commit 3b23f8a

File tree

8 files changed

+3
-8
lines changed

8 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: runner.os == 'macOS'
5959
run: |
6060
pipx install meson==1.7.2
61-
brew install automake nasm python-packaging
61+
brew install automake nasm
6262
- name: Build ${{ matrix.platform }}
6363
run: ./build.sh ${{ matrix.platform }}
6464
- name: Upload ${{ matrix.platform }} artifact

platforms/linux-arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN \
5454
&& \
5555
cargo install cargo-c --locked && \
5656
ln -s /usr/bin/cmake3 /usr/bin/cmake && \
57-
pip3 install meson==1.7.2 ninja packaging tomli
57+
pip3 install meson==1.7.2 ninja tomli
5858

5959
# Compiler settings
6060
ENV \

platforms/linux-armv6/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN \
2727
libtool \
2828
ninja-build \
2929
pkg-config \
30-
python3-packaging \
3130
python3-pip \
3231
&& \
3332
mkdir /root/tools && \

platforms/linux-ppc64le/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN \
3030
pipx \
3131
pkgconf \
3232
pkgconf:ppc64el \
33-
python3-packaging \
3433
python3-tomli \
3534
&& \
3635
curl https://sh.rustup.rs -sSf | sh -s -- -y \

platforms/linux-s390x/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN \
3030
pipx \
3131
pkgconf \
3232
pkgconf:s390x \
33-
python3-packaging \
3433
python3-tomli \
3534
&& \
3635
curl https://sh.rustup.rs -sSf | sh -s -- -y \

platforms/linux-x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN \
5353
&& \
5454
cargo install cargo-c --locked && \
5555
ln -s /usr/bin/cmake3 /usr/bin/cmake && \
56-
pip3 install meson==1.7.2 ninja packaging tomli
56+
pip3 install meson==1.7.2 ninja tomli
5757

5858
# Compiler settings
5959
ENV \

platforms/linuxmusl-arm64v8/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ RUN \
3434
ninja \
3535
openssl-dev \
3636
pkgconf \
37-
py3-packaging \
3837
py3-pip \
3938
python3 \
4039
&& \

platforms/linuxmusl-x64/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ RUN \
3535
ninja \
3636
openssl-dev \
3737
pkgconf \
38-
py3-packaging \
3938
py3-pip \
4039
python3 \
4140
&& \

0 commit comments

Comments
 (0)