euca2ools: bump to 2.1.4, use python27
Change-Id: I8be644bcf2892e1146c3b3eedea36c5f5e749c16
This commit is contained in:
parent
65d6eb0f20
commit
ed6ce446d0
@ -1,19 +1,17 @@
|
|||||||
{ stdenv, fetchgit, which, pythonPackages }:
|
{ stdenv, fetchgit, which, pythonPackages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "euca2ools-2.1.3";
|
name = "euca2ools-2.1.4";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://github.com/eucalyptus/euca2ools.git;
|
url = https://github.com/eucalyptus/euca2ools.git;
|
||||||
rev = "8ae2ecc";
|
rev = "19cb7eac34dd7efe3a56e4841b9692c03458bf3b";
|
||||||
sha256 = "caef5a3e2c9b515fd815034b5b7304acc878a0b9777ae4208dc033b0bf39da2b";
|
sha256 = "0f52jqw3s79w391lbzlh83lp55j73clvwmn2np4fy6kxc4j49da1";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = [ pythonPackages.boto pythonPackages.m2crypto ];
|
pythonPath = [ pythonPackages.boto pythonPackages.m2crypto ];
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://open.eucalyptus.com/downloads;
|
homepage = http://open.eucalyptus.com/downloads;
|
||||||
description = "Tools for interacting with Amazon EC2/S3-compatible cloud computing services";
|
description = "Tools for interacting with Amazon EC2/S3-compatible cloud computing services";
|
||||||
|
@ -1187,7 +1187,7 @@ let
|
|||||||
|
|
||||||
ettercap = callPackage ../applications/networking/sniffers/ettercap { };
|
ettercap = callPackage ../applications/networking/sniffers/ettercap { };
|
||||||
|
|
||||||
euca2ools = callPackage ../tools/virtualization/euca2ools { pythonPackages = python26Packages; };
|
euca2ools = callPackage ../tools/virtualization/euca2ools { };
|
||||||
|
|
||||||
evtest = callPackage ../applications/misc/evtest { };
|
evtest = callPackage ../applications/misc/evtest { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user