mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Sort dependencies
This commit is contained in:
parent
c8966013bd
commit
120d56b4ba
28
.github/workflows/test-cygwin.yml
vendored
28
.github/workflows/test-cygwin.yml
vendored
|
@ -34,18 +34,34 @@ jobs:
|
||||||
with:
|
with:
|
||||||
platform: x86_64
|
platform: x86_64
|
||||||
packages: >
|
packages: >
|
||||||
ImageMagick gcc-g++ ghostscript jpeg libfreetype-devel
|
gcc-g++
|
||||||
libimagequant-devel libjpeg-devel liblapack-devel
|
ghostscript
|
||||||
liblcms2-devel libopenjp2-devel libraqm-devel
|
ImageMagick
|
||||||
libtiff-devel libwebp-devel libxcb-devel libxcb-xinerama0
|
jpeg
|
||||||
make netpbm perl
|
libfreetype-devel
|
||||||
|
libimagequant-devel
|
||||||
|
libjpeg-devel
|
||||||
|
liblapack-devel
|
||||||
|
liblcms2-devel
|
||||||
|
libopenjp2-devel
|
||||||
|
libraqm-devel
|
||||||
|
libtiff-devel
|
||||||
|
libwebp-devel
|
||||||
|
libxcb-devel
|
||||||
|
libxcb-xinerama0
|
||||||
|
make
|
||||||
|
netpbm
|
||||||
|
perl
|
||||||
python3${{ matrix.python-minor-version }}-cffi
|
python3${{ matrix.python-minor-version }}-cffi
|
||||||
python3${{ matrix.python-minor-version }}-cython
|
python3${{ matrix.python-minor-version }}-cython
|
||||||
python3${{ matrix.python-minor-version }}-devel
|
python3${{ matrix.python-minor-version }}-devel
|
||||||
python3${{ matrix.python-minor-version }}-numpy
|
python3${{ matrix.python-minor-version }}-numpy
|
||||||
python3${{ matrix.python-minor-version }}-sip
|
python3${{ matrix.python-minor-version }}-sip
|
||||||
python3${{ matrix.python-minor-version }}-tkinter
|
python3${{ matrix.python-minor-version }}-tkinter
|
||||||
qt5-devel-tools subversion xorg-server-extra zlib-devel
|
qt5-devel-tools
|
||||||
|
subversion
|
||||||
|
xorg-server-extra
|
||||||
|
zlib-devel
|
||||||
|
|
||||||
- name: Add Lapack to PATH
|
- name: Add Lapack to PATH
|
||||||
uses: egor-tensin/cleanup-path@v3
|
uses: egor-tensin/cleanup-path@v3
|
||||||
|
|
10
.github/workflows/test-mingw.yml
vendored
10
.github/workflows/test-mingw.yml
vendored
|
@ -45,11 +45,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pacman -S --noconfirm \
|
pacman -S --noconfirm \
|
||||||
${{ matrix.package }}-python3-cffi \
|
|
||||||
${{ matrix.package }}-python3-numpy \
|
|
||||||
${{ matrix.package }}-python3-olefile \
|
|
||||||
${{ matrix.package }}-python3-pip \
|
|
||||||
${{ matrix.package }}-python3-setuptools \
|
|
||||||
${{ matrix.package }}-freetype \
|
${{ matrix.package }}-freetype \
|
||||||
${{ matrix.package }}-gcc \
|
${{ matrix.package }}-gcc \
|
||||||
${{ matrix.package }}-ghostscript \
|
${{ matrix.package }}-ghostscript \
|
||||||
|
@ -60,6 +55,11 @@ jobs:
|
||||||
${{ matrix.package }}-libtiff \
|
${{ matrix.package }}-libtiff \
|
||||||
${{ matrix.package }}-libwebp \
|
${{ matrix.package }}-libwebp \
|
||||||
${{ matrix.package }}-openjpeg2 \
|
${{ matrix.package }}-openjpeg2 \
|
||||||
|
${{ matrix.package }}-python3-cffi \
|
||||||
|
${{ matrix.package }}-python3-numpy \
|
||||||
|
${{ matrix.package }}-python3-olefile \
|
||||||
|
${{ matrix.package }}-python3-pip \
|
||||||
|
${{ matrix.package }}-python3-setuptools \
|
||||||
subversion
|
subversion
|
||||||
|
|
||||||
if [ ${{ matrix.package }} == "mingw-w64-x86_64" ]; then
|
if [ ${{ matrix.package }} == "mingw-w64-x86_64" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user