Skip to content

Commit 09d7543

Browse files
authored
Merge pull request #8562 from radarhere/mingw_packages
2 parents 0995305 + 30f03b2 commit 09d7543

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/test-mingw.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ jobs:
6868
mingw-w64-x86_64-openjpeg2 \
6969
mingw-w64-x86_64-python3-numpy \
7070
mingw-w64-x86_64-python3-olefile \
71-
mingw-w64-x86_64-python3-setuptools \
71+
mingw-w64-x86_64-python3-pip \
72+
mingw-w64-x86_64-python-pytest \
73+
mingw-w64-x86_64-python-pytest-cov \
74+
mingw-w64-x86_64-python-pytest-timeout \
7275
mingw-w64-x86_64-python-pyqt6
7376
74-
python3 -m ensurepip
75-
python3 -m pip install pyroma pytest pytest-cov pytest-timeout
76-
7777
pushd depends && ./install_extra_test_images.sh && popd
7878
7979
- name: Build Pillow
80-
run: SETUPTOOLS_USE_DISTUTILS="stdlib" CFLAGS="-coverage" python3 -m pip install .
80+
run: CFLAGS="-coverage" python3 -m pip install .
8181

8282
- name: Test Pillow
8383
run: |

docs/installation/building-from-source.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,6 @@ Many of Pillow's features require external libraries:
195195
mingw-w64-x86_64-libimagequant \
196196
mingw-w64-x86_64-libraqm
197197

198-
https://www.msys2.org/docs/python/ states that setuptools >= 60 does not work with
199-
MSYS2. To workaround this, before installing Pillow you must run::
200-
201-
export SETUPTOOLS_USE_DISTUTILS=stdlib
202-
203198
.. tab:: FreeBSD
204199

205200
.. Note:: Only FreeBSD 10 and 11 tested

0 commit comments

Comments
 (0)