Hi,

Here's a scenario: I've written a module, and it requires uc_product in ubercart module. Ubercart is not installed on my system. The module currently knows that my project requires uc_product, but it doesn't know what module provides it, so it can't download ubercart.

Comments

greg.1.anderson’s picture

Title: Required project not found. » Drush cannot download required modules in pm-enable unless the module name is the same as the project name
Category: bug » feature

This is a limitation of Drush. If it cannot find a module 'm', it checks to see if perhaps it can be found in a project of the same name. Drush does not yet have any way to do the reverse mapping from the module name to the project name.

moshe weitzman’s picture

Status: Active » Closed (duplicate)

This is a drupal.org request to provide such mapping. Some prior discussion at #112692: Drupal ports collection - automate package installation and dependency checking