google-compute-engine: remove broken boto dependency

This commit is contained in:
Phillip Cloud 2024-09-19 05:34:24 -04:00
parent 3ab5b38c1f
commit 8ebc49b056
No known key found for this signature in database
GPG Key ID: D908212070FD785E

View File

@ -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