-
Notifications
You must be signed in to change notification settings - Fork 9
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
Declare missing dependency on 'git' #18
Conversation
Follow-up to f0c78e9 Signed-off-by: Scott K Logan <[email protected]>
This one is kind of weird. We don't have a dependency on |
This is why this isn't a problem for Ubuntu: I haven't gone after I haven't actually seen this fail on the RPM farm yet because this package hasn't been released for a while, but given that Mimick is failing (ros2/mimick_vendor#16), this package likely will as well. |
I'd like to close on this today, @clalancette, so that I can unblock the RPM builds. If we really want to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general I disagree with implicit dependencies so I'm in favor of this change.
All right, I'm fine with making this an explicit dependency for now. Orthogonally, but relatedly, we should probably review how we are vendoring packages. We have some combination of:
It would be nice to reduce the number of ways we do this, but I guess that is a problem for another day. I'll go ahead and merge this. |
Follow-up to #16