Here is the situation:
We are using a distro of Drupal that I made, which is just drupal core with a bunch of selected modules included. My distro can be found here: http://github.com/z3cka/drupal/tree/distro-z3
Note that this screencast is actually on the private repo that is a fork of the above. I will merge the new changes to the public distro-z3 at some point.
This is how I add a module to the distro branch and merge it into my core project branch.
So, WHY?
Before:
After:
![]()
Dependencies of node_import are now met.
Cheers.