* Applied a patch to get Euca2ools / Boto to work on Python 2.7.

svn path=/nixpkgs/trunk/; revision=29956
This commit is contained in:
Eelco Dolstra
2011-10-21 15:01:40 +00:00
parent 5e51aadc10
commit cac34d2be5
2 changed files with 21 additions and 0 deletions

View File

@@ -156,6 +156,8 @@ let pythonPackages = python.modules // rec {
sha1 = "00a033b0a593c3ca82927867950f73d88b831155";
};
patches = [ ../development/python-modules/boto-1.9-python-2.7.patch ];
meta = {
homepage = http://code.google.com/p/boto/;