beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.1k stars 159 forks source link

zlib missing from standard library on iOS #167

Closed freakboy3742 closed 1 year ago

freakboy3742 commented 1 year ago

The most recent support package builds (3.8-b11, 3.9-b9, 3.10-b5) are missing zlib from the standard library.

To Reproduce Steps to reproduce the behavior:

  1. Run the Python-support-testbed

The zlib, pandas and PIL tests fail. The Pandas test is a failure because it's trying to use zlib; I suspect the same is true of the PIL test, but it isn't an obvious failure.

Expected behavior

Python-support-testbed Tests should all pass.

Environment:

Additional context

We really need to get Python-support-testbed running in CI to avoid these problems...

freakboy3742 commented 1 year ago

Corrected by 3.8-b12, 3.9-b10, 3.10-b6.