Update euca2ools to 2.1.3
This commit is contained in:
parent
03d4faa703
commit
1f4c75f9e8
@ -1,17 +1,19 @@
|
||||
{ stdenv, fetchgit, which, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "euca2ools-2.0.0-pre-20111230";
|
||||
name = "euca2ools-2.1.3";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://github.com/eucalyptus/euca2ools.git;
|
||||
rev = "0032f7c85603f34b728a6f8bc6f25d7e4892432e";
|
||||
sha256 = "ae3c3918d60411ebf15faefb6dc94e3a98ab73cf751d8180c52f51b19ed64c09";
|
||||
rev = "8ae2ecc";
|
||||
sha256 = "caef5a3e2c9b515fd815034b5b7304acc878a0b9777ae4208dc033b0bf39da2b";
|
||||
};
|
||||
|
||||
pythonPath = [ pythonPackages.boto pythonPackages.m2crypto pythonPackages.ssl ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://open.eucalyptus.com/downloads;
|
||||
description = "Tools for interacting with Amazon EC2/S3-compatible cloud computing services";
|
||||
|
Loading…
Reference in New Issue
Block a user