Netflix / aminator

A tool for creating EBS AMIs. This tool currently works for CentOS/RedHat Linux images and is intended to run on an EC2 instance.
Apache License 2.0
950 stars 170 forks source link

stevedore 1.11.0 does not support python2.6 #236

Open tigeli opened 8 years ago

tigeli commented 8 years ago

Python2.6 support was dropped in 1.10.0 release of stevedore and workaround for python2.6 was removed in release 1.11.0 (http://git.openstack.org/cgit/openstack/stevedore/commit/?id=72e3e1177dc23b4f3d358294d68b58c01d7c5931).

Therefore the support for python2.6 should also dropped for aminator or workaround should be implemented.