Skip to content

Commit 30f03b2

Browse files
committed
Removed SETUPTOOLS_USE_DISTUTILS="stdlib"
1 parent 9c3d8fb commit 30f03b2

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/test-mingw.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
mingw-w64-x86_64-python3-numpy \
7070
mingw-w64-x86_64-python3-olefile \
7171
mingw-w64-x86_64-python3-pip \
72-
mingw-w64-x86_64-python3-setuptools \
7372
mingw-w64-x86_64-python-pytest \
7473
mingw-w64-x86_64-python-pytest-cov \
7574
mingw-w64-x86_64-python-pytest-timeout \
@@ -78,7 +77,7 @@ jobs:
7877
pushd depends && ./install_extra_test_images.sh && popd
7978
8079
- name: Build Pillow
81-
run: SETUPTOOLS_USE_DISTUTILS="stdlib" CFLAGS="-coverage" python3 -m pip install .
80+
run: CFLAGS="-coverage" python3 -m pip install .
8281

8382
- name: Test Pillow
8483
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)