When we pass --strip_py to a python binary, one might expect all .py files to be stripped, not just the main file passed to the binary. This isn't true as these dependencies are concatenated directly onto the resulting zip. We would need to unpack them, and re-pack the pex file to do this though.