-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
nodejs18: Make python a build dependency #16573
Conversation
Notifying maintainers: |
Shall it be reused at another nodejs ports? |
it seems that Python is also used for testing - at least from the documentation? If so, it should also be added to "depends_test". Please verify your current change and make sure the tests still work when running in trace-mode (i.e., sudo port -dvt test nodejs18) where undeclared dependencies will not be available. |
Both with (untouched) and without python as dependency running
So the test was already broken before BTW I noticed that even if I don't add python to
|
* Make python a build dependency instead of a library dependency Closes: https://trac.macports.org/ticket/63842
@reneeotten I bumped the revision here too |
Description
Makes python a build dependency instead of a library dependency because seems like it is not needed at runtime (used only for gyp), just like how the brew counterpart formula already declares
Related for nodejs16: #16482
Type(s)
Tested on
macOS 12.6 21G115 arm64
Xcode 14.0.1 14A400
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -vst install
?