mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
google-compute-engine: remove broken boto dependency
This commit is contained in:
parent
3ab5b38c1f
commit
8ebc49b056
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user