|
Internally, `google-cloud-sdk` depends on a third party library called
`ipaddress`. The version of `ipaddress` that is bundled with
`google-cloud-sdk` is outdated, and is missing a modulus (%) when
formatting a string. The upstream project accepted a patch for this in
October 2019 [0], so it appears that the version bundled within
`google-cloud-sdk` needs to be updated. To that effect, an issue has
been reported [1]; the patch file added by this commit can be removed
when it has been resolved.
closes sudoforge/pkgbuilds#15
[0]: https://github.com/phihag/ipaddress/pull/48
[1]: https://issuetracker.google.com/issues/148752648
|