Skip to content

Commit 5538a4d

Browse files
authored
google-compute-engine: remove broken boto dependency (#342991)
2 parents d8851e2 + 8ebc49b commit 5538a4d

File tree

1 file changed

+1
-2
lines changed
  • pkgs/tools/virtualization/google-compute-engine

1 file changed

+1
-2
lines changed

pkgs/tools/virtualization/google-compute-engine/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
, bash
55
, bashInteractive
66
, util-linux
7-
, boto
87
, setuptools
98
, distro
109
}:
@@ -21,7 +20,7 @@ buildPythonPackage rec {
2120
};
2221

2322
buildInputs = [ bash ];
24-
propagatedBuildInputs = [ boto setuptools distro ];
23+
propagatedBuildInputs = [ setuptools distro ];
2524

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

0 commit comments

Comments
 (0)