Add pythonPackages.google-compute-engine

This commit is contained in:
Domen Kožar 2017-07-04 09:53:51 +02:00
parent e7ab7798f1
commit 0945a5b462
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -7062,6 +7062,18 @@ in {
};
};
google-compute-engine = buildPythonPackage rec {
version = "2.3.0";
name = "google-compute-engine-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/g/google-compute-engine/google-compute-engine-${version}.tar.gz";
sha256 = "1pjj95b3l61h8xz5kjfcgnql066cr8bq5wl480a6dxd2inw8mynf";
};
propagatedBuildInputs = with self; [ boto ];
};
googlecl = buildPythonPackage rec {
version = "0.9.14";
name = "googlecl-${version}";