Uh oh!
There was an error while loading. Please reload this page.
feat(cloudbuild): generate v1 - #9510
Conversation
tseaver
left a comment
There was a problem hiding this comment.
The only other library (containeranalysis) which uses google/cloud/devtools doesn't declare it as a namespace package, which means that installing it won't be compatible with this one if we continue to ship the library this PR generates.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
busunkim96
left a comment
There was a problem hiding this comment.
I thinkgoogle/cloud/ is the only namespace package for both?
google/cloud/__init__.py (namespace package):
google/cloud/devtools/__init__.py (regular package):
tseaver
commented
Oct 25, 2019
@busunkim96 Try installing |
busunkim96
commented
Oct 31, 2019
@tseaver Ah I see. So my options are:
I'll probably do 1, and note in the README that you need google-cloud-containeranalysis>=x.x.x to be able to install side by side with |
I named the directorycloudbuildrather thanbuild.The generator names the package
google-cloud-cloudbuild, but I'd be open to naming itgoogle-cloud-build. Thoughts?Product team said they preferred
google-cloud-build, so I've added a synth replace.TODO: