Unverified Commit 5538a4d5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

google-compute-engine: remove broken boto dependency (#342991)

parents d8851e29 8ebc49b0
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