> On Sep 4, 2018, at 6:06 AM, Alex Walters <tritium-l...@sdamon.com> wrote:
> 
> Since zlib is a dependency of python, the assumption has to be that it is
> already present.


It is technically an optional dependency of Python, though I don’t think you 
can install wheels without zlib present since wheels are zip files and 
generally include compression. Although maybe it could work in niche scenarios 
if someone built wheels using ZIP_STORED instead of ZIP_DEFLATE?
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mm3/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/mm3/archives/list/distutils-sig@python.org/message/FFB5XQBHX6N26FD5ZELMRIBRNOCNQ62Z/

Reply via email to