cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

Allow to create cross-distro wagons #40

Closed nir0s closed 8 years ago

nir0s commented 8 years ago

https://github.com/pypa/auditwheel allows to create precompiled wheels supporting different linux distros. Maybe we can utilize it to modify the wheels while the wagon is created

nir0s commented 8 years ago

A more elaborate issue here: #52