Add pythonPackages.google-compute-engine

+12
+12
pkgs/top-level/python-packages.nix
··· 7062 7062 }; 7063 7063 }; 7064 7064 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 + 7065 7077 googlecl = buildPythonPackage rec { 7066 7078 version = "0.9.14"; 7067 7079 name = "googlecl-${version}";