You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request.
Autoproj supports package.xml parsing for dependency resolution. package.xml defines dependencies according to their domain:
depend
build_depend
build_export_depend
buildtool_depend
exec_depend
test_depend
doc_depend
It would be good if autoproj categorizes the dependency, so that it would be possible to at least have an (e.g.) autoproj osdeps --domain <build|exec|...> option to install those deps. And also a functionality to print those deps in a parseable format.
Thanks already in advance!
The text was updated successfully, but these errors were encountered:
Hi, thanks for autoproj.
This is a feature request.
Autoproj supports package.xml parsing for dependency resolution. package.xml defines dependencies according to their domain:
It would be good if autoproj categorizes the dependency, so that it would be possible to at least have an (e.g.)
autoproj osdeps --domain <build|exec|...>
option to install those deps. And also a functionality to print those deps in a parseable format.Thanks already in advance!
The text was updated successfully, but these errors were encountered: