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

When can't find linux distribution name and version, none appears but is not clear why #21

Closed nir0s closed 8 years ago

nir0s commented 8 years ago

When a wagon is created and the platform tag is "linux_x86_64, the distro and version tags might be "none" since they were not retrieved by platform.linux_distribution() (like on arch). It should be stated in the docs.

nir0s commented 8 years ago

27 clarifies this in the README