Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation on Python < 2.7 #260

Merged
merged 1 commit into from Sep 29, 2015
Merged

Fix installation on Python < 2.7 #260

merged 1 commit into from Sep 29, 2015

Conversation

Sazpaimon
Copy link
Contributor

When the install_requires array was moved, a erroneous trailing comma was left, turning it into a tuple which cannot be appended to. Removing the comma allows installation on Python 2.6 which is what CloudFormation uses.

When the install_requires array was moved, a erroneous trailing comma 
was left, turning it into a tuple which cannot be appended to.  Removing
the comma allows installation on Python 2.6 which is what CloudFormation
uses.
@kristof-mattei
Copy link

Nice one on finding the issue.

@sebdah
Copy link
Owner

sebdah commented Sep 11, 2015

Thanks for the PR. I'm gonna include it in version 2.0.1.

@sebdah sebdah added this to the 1.20.x milestone Sep 11, 2015
@sebdah sebdah self-assigned this Sep 11, 2015
@sebdah sebdah modified the milestones: 1.20.x, 2.0.x Sep 11, 2015
@sebdah sebdah merged commit bd255f8 into sebdah:master Sep 29, 2015
@sebdah
Copy link
Owner

sebdah commented Sep 29, 2015

This has now been released in version 2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants