Skip to content

Commit

Permalink
removing not needed piexif
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Nov 28, 2022
1 parent 752c4dd commit 448373c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:

- name: Build sdist
run: |
python3 -m pip install pytest piexif pillow numpy pympler defusedxml
python3 -m pip install pytest pillow numpy pympler defusedxml
python3 -m build --sdist --outdir wheelhouse
- name: Install and check sdist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ jobs:
- name: Build sdist
run: |
python3 -m pip install pytest piexif pillow numpy pympler defusedxml
python3 -m pip install pytest pillow numpy pympler defusedxml
python3 -m build --sdist --outdir wheelhouse
- name: Install and check sdist
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-wheels-pi_heif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Preparations
run: |
python3 -m pip install pytest piexif pillow cffi numpy pympler defusedxml opencv-python
python3 -m pip install pytest pillow cffi numpy pympler defusedxml opencv-python
python3 -m pip install --only-binary=:all: pi-heif
- name: Test wheel
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Preparations
run: |
brew install libjpeg little-cms2
python3 -m pip install pytest piexif cffi pillow numpy pympler defusedxml
python3 -m pip install pytest cffi pillow numpy pympler defusedxml
python3 -m pip install --only-binary=:all: pi-heif
- name: Install OpenCV for CPython
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Preparations
run: |
sudo apt update && sudo apt install libjpeg-dev liblcms2-dev
python3 -m pip install pytest piexif cffi pillow numpy pympler defusedxml
python3 -m pip install pytest cffi pillow numpy pympler defusedxml
python3 -m pip install --only-binary=:all: pi-heif
- name: Install OpenCV for CPython
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Preparations
run: |
brew install libjpeg little-cms2
python3 -m pip install pytest piexif cffi pillow numpy pympler defusedxml
python3 -m pip install pytest cffi pillow numpy pympler defusedxml
python3 -m pip install --only-binary=:all: pillow-heif
python3 -m pip install --only-binary=:all: pi-heif
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Preparations
run: |
sudo apt update && sudo apt install libjpeg-dev liblcms2-dev
python3 -m pip install pytest piexif cffi pillow numpy pympler defusedxml
python3 -m pip install pytest cffi pillow numpy pympler defusedxml
python3 -m pip install --only-binary=:all: pillow-heif
python3 -m pip install --only-binary=:all: pi-heif
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Preparations
run: |
python3 -m pip install pytest piexif pillow cffi numpy pympler defusedxml opencv-python
python3 -m pip install pytest pillow cffi numpy pympler defusedxml opencv-python
python3 -m pip install --only-binary=:all: pillow_heif
- name: Test wheel
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Preparations
run: |
brew install libjpeg little-cms2
python3 -m pip install pytest piexif cffi pillow numpy pympler defusedxml
python3 -m pip install pytest cffi pillow numpy pympler defusedxml
python3 -m pip install --only-binary=:all: pillow_heif
- name: Install OpenCV for CPython
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Preparations
run: |
sudo apt update && sudo apt install libjpeg-dev liblcms2-dev
python3 -m pip install pytest piexif cffi pillow numpy pympler defusedxml
python3 -m pip install pytest cffi pillow numpy pympler defusedxml
python3 -m pip install --only-binary=:all: pillow_heif
- name: Install OpenCV for CPython
Expand Down
2 changes: 1 addition & 1 deletion docker/test_wheels.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN $INSTALL_CMD

RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --prefer-binary pillow
RUN python3 -m pip install pytest piexif cffi numpy pympler defusedxml
RUN python3 -m pip install pytest cffi numpy pympler defusedxml

ARG EX_ARG
RUN python3 -m pip install $EX_ARG --no-deps --only-binary=:all: pillow_heif
Expand Down
1 change: 0 additions & 1 deletion pi-heif/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ install_requires =
[options.extras_require]
tests =
pytest
piexif
defusedxml
packaging

Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,16 @@ docs =
sphinx-rtd-theme>=1.0
tests-min =
pytest
piexif
defusedxml
packaging
tests =
pytest
piexif
defusedxml
packaging
numpy
pympler
dev =
pytest
piexif
defusedxml
packaging
numpy
Expand Down

0 comments on commit 448373c

Please sign in to comment.