Skip to content

Commit 1ca4bac

Browse files
kleisaukelovell
authored andcommitted
Remove unused dependency on tomli
Not needed when Python >= 3.11 is provided.
1 parent 3b23f8a commit 1ca4bac

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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-tomli \
3433
&& \
3534
curl https://sh.rustup.rs -sSf | sh -s -- -y \
3635
--no-modify-path \

platforms/linux-riscv64/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:riscv64 \
33-
python3-tomli \
3433
&& \
3534
curl https://sh.rustup.rs -sSf | sh -s -- -y \
3635
--no-modify-path \

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-tomli \
3433
&& \
3534
curl https://sh.rustup.rs -sSf | sh -s -- -y \
3635
--no-modify-path \

0 commit comments

Comments
 (0)