-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_target_packages has dependencies in the wrong direction #3466
Comments
dhermes
added a commit
to dhermes/google-cloud-python
that referenced
this issue
Jun 2, 2017
dhermes
added a commit
to dhermes/google-cloud-python
that referenced
this issue
Jun 6, 2017
dhermes
added a commit
that referenced
this issue
Jun 6, 2017
landrito
pushed a commit
to landrito/google-cloud-python
that referenced
this issue
Aug 21, 2017
landrito
pushed a commit
to landrito/google-cloud-python
that referenced
this issue
Aug 22, 2017
landrito
pushed a commit
to landrito/google-cloud-python
that referenced
this issue
Aug 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are adding dependencies during changes:
but this makes a build with
logging
only changes trigger BigQuery, Pub / Sub and Storage:logging
depends onbigquery
,pubsub
,storage
error_reporting
depends onlogging
So the real output should be a reverse of the dependency map:
The text was updated successfully, but these errors were encountered: