google-cloud-cli: Install missing "platform" directory (#49367)
Ignore the bundled Python since it's provided by Spack. This fixes the "gsutil" command.
This commit is contained in:
parent
1c76c88f2c
commit
5783f950cf
@ -101,3 +101,5 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
install_tree("bin", prefix.bin)
|
install_tree("bin", prefix.bin)
|
||||||
install_tree("lib", prefix.lib)
|
install_tree("lib", prefix.lib)
|
||||||
|
ignore_bundledpython = lambda p: p == "bundledpythonunix"
|
||||||
|
install_tree("platform", prefix.platform, ignore=ignore_bundledpython)
|
||||||
|
Loading…
Reference in New Issue
Block a user