Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

OSX: brew remove php #205

Merged
merged 2 commits into from
Jun 17, 2021
Merged

OSX: brew remove php #205

merged 2 commits into from
Jun 17, 2021

Conversation

nulano
Copy link
Contributor

@nulano nulano commented Jun 16, 2021

Fixes the recent build failure, noted in #204 (comment)

When brew install openblas is run before running tests, brew reinstalls zstd (which was removed in build.sh due to compile errors IIRC). It then notices that the php package depends on zstd and attempts to reinstall its dependencies (which were removed in build.sh due to conflicts). These fail to install from brew because they were installed from source during Pillow compilation.

Removing php prevents brew from attempting to repair/reinstall these packages.

@radarhere radarhere merged commit 54a83e2 into python-pillow:master Jun 17, 2021
@radarhere
Copy link
Member

Thanks!

@nulano nulano deleted the osx-error branch June 17, 2021 13:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants