When you try to enable a module which depends on oauth_common etc. Drush do not found this project to download it. So I recommend to do this via a (hidden) module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

estoyausente’s picture

Assigned: Unassigned » estoyausente
Status: Active » Needs review
FileSize
568 bytes

I created the module and the dependence. I think it's running perfectly.

juampynr’s picture

  1. +++ b/oauth.info
    @@ -0,0 +1,12 @@
    +; Information added by drupal.org packaging script on 2013-06-03
    +version = "7.x-5.8"
    +core = "7.x"
    +project = "Oauth"
    +datestamp = "1370303463"
    

    This is added by Drupal.org when packaging arelease. Remove these lines.

  2. +++ b/oauth.module
    @@ -0,0 +1,2 @@
    +//Needs this
    

    Whe should have a @file docblock explaining the need of this file, same as the description at the info file.

juampynr’s picture

Status: Needs review » Needs work
estoyausente’s picture

Status: Needs work » Needs review
FileSize
645 bytes

I changed this. Thank you for the help.

I think that is enough if we put the description in the .module file. Or if you want we can expand the README file explaining this empty module.