Skip to content

Commit 0945a5b

Browse files
committedJul 4, 2017
Add pythonPackages.google-compute-engine
1 parent e7ab779 commit 0945a5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎pkgs/top-level/python-packages.nix

+12
Original file line numberDiff line numberDiff line change
@@ -7062,6 +7062,18 @@ in {
70627062
};
70637063
};
70647064

7065+
google-compute-engine = buildPythonPackage rec {
7066+
version = "2.3.0";
7067+
name = "google-compute-engine-${version}";
7068+
7069+
src = pkgs.fetchurl {
7070+
url = "mirror://pypi/g/google-compute-engine/google-compute-engine-${version}.tar.gz";
7071+
sha256 = "1pjj95b3l61h8xz5kjfcgnql066cr8bq5wl480a6dxd2inw8mynf";
7072+
};
7073+
7074+
propagatedBuildInputs = with self; [ boto ];
7075+
};
7076+
70657077
googlecl = buildPythonPackage rec {
70667078
version = "0.9.14";
70677079
name = "googlecl-${version}";

0 commit comments

Comments
 (0)