Unverified Commit 8ebc49b0 authored by Phillip Cloud's avatar Phillip Cloud
Browse files

google-compute-engine: remove broken boto dependency

parent 3ab5b38c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
, bash
, bashInteractive
, util-linux
, boto
, setuptools
, distro
}:
@@ -21,7 +20,7 @@ buildPythonPackage rec {
  };

  buildInputs = [ bash ];
  propagatedBuildInputs = [ boto setuptools distro ];
  propagatedBuildInputs = [ setuptools distro ];

  postPatch = ''
    for file in $(find google_compute_engine -type f); do