How do we handle runtime dependencies while installing pax files? More details below #576
Replies: 3 comments 3 replies
-
Is this runtime dependency different than git having a runtime dependency on bash? |
Beta Was this translation helpful? Give feedback.
-
Perhaps by pulling the dependent pax files for download alongside the main one. |
Beta Was this translation helpful? Give feedback.
-
Since we know the dependencies a package needs when building the release, what if release notes (or README.md) for that package were autogenerated with a list to the latest release of any packages that were depended on? It would still be a manual download process but everything would be right there for a user to click on... |
Beta Was this translation helpful? Give feedback.
-
Say, i have gpg tool that has runtime dependency on pinentry. Now if use
zopen install gpg
it is taken care of. Whereas, running.env
of the pax file doesnot. So, do we handle this in the setup script (as discussed with @IgorTodorovskiIBM yesterday :) ) ? Any thoughts/ideas here please - @MikeFultonDev @IgorTodorovskiIBM @DevonianTeuchter ?Beta Was this translation helpful? Give feedback.
All reactions