Distros dont like having vendored libs.
A way to accommodate that is to inject stash/lib into the sys.path in the normal library, and then use import six in the rest of the codebase without the stash.lib prefix.
Distros can then remove the six.py and their default one will be used instead.