Skip to content
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

Skip combining requirements files #13

Closed

Conversation

wkentaro
Copy link

@wkentaro wkentaro commented Apr 28, 2018

Related to #12

Why?

It is difficult to merge 2 requirements files if they have complex version specification or pip options.
So skipping the merge seems a good idea if we have only one requirements file.

@paulbovbel
Copy link
Contributor

paulbovbel commented May 1, 2018

Thanks for the contribution!

I see what you're doing, but it feels a bit magical since it would break as soon as a package listing non-compliant requirements is included as a dependency by any other package.

I would be much more comfortable with an option such as catkin_generate_virtualenv(NO_DEPENDENT_REQUIREMENTS) that would disable dependency globbing at build time entirely.

@paulbovbel
Copy link
Contributor

I think #16 provides a reasonable alternative

@paulbovbel paulbovbel closed this May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants