pkg_info_dependency_p (public)

 pkg_info_dependency_p pkg_info

Defined in packages/acs-tcl/tcl/apm-install-procs.tcl

Parameters:
pkg_info
Returns:
Does it pass the dependency checker? "" Means it has not been run yet.

Partial Call Graph (max 5 caller/called nodes):
%3 apm_package_selection_widget apm_package_selection_widget (private) pkg_info_dependency_p pkg_info_dependency_p apm_package_selection_widget->pkg_info_dependency_p apm_simple_package_install apm_simple_package_install (public) apm_simple_package_install->pkg_info_dependency_p

Testcases:
No testcase defined.
Source code:
    return [lindex $pkg_info 6]
Generic XQL file:
packages/acs-tcl/tcl/apm-install-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-install-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-install-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: