As it currently stands, install profiles cannot insert their own requirements during the install phase.
drupal_check_profile grabs the info file from the install profile, and loops through all the dependencies to check for requirements, however it forgets to check its own requirements.
Supplied patch adds the profile to the end of the dependency array (temporarily) to check itself for requirements.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| install_profile_requirements_on_install.patch | 572 bytes | Idle | PASSED: [[SimpleTest]]: [MySQL] 40,370 pass(es). | View details | Re-test |