google-compute-engine: remove broken boto dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user