-
Notifications
You must be signed in to change notification settings - Fork 38
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
why doesn't gyp-pyxx provide gyp??? #1029
Comments
Related: #993 (comment) |
well in my case it will, cause it's a build tool that uses gyp at runtime (during builds). Why would I pick a python version for them, that's insane, I should be able to just dep on gyp |
Any update here? this is a road block for me and I'm waiting. |
I was rather thinking of package that import from gyp in their python code; but you are right that if all a package needs is a working |
gyp is a build tool, so why won't gyp-pyxx provide gyp for build depends?? packages using it likely won't depend on it (if they do they should use the right py variant) but if a package just uses it as a builddepend why would they python version lock it??
can we add a provides to make it easier for other packages that just need it as a BD to use it?
The text was updated successfully, but these errors were encountered: