This module seems usefull for me, no need extra content type to add set of flickr, but it's impossible to enable it !

Drush : flickrgallery cannot be enabled because it depends on the following modules which could not be found : oauth_common

Oauth_common is obsolete ! https://www.drupal.org/project/oauth_common

And where is the issue ->
In the code : "dependencies[] = flickrapi" ok, this is download,
but in the website : see the attachment
>>>> NO DEPENDENCIES in the documentation indicate

Comments

Wizzu created an issue. See original summary.

Jonathan Lauer’s picture

miteshmap’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)
Issue tags: -dependency, -obsolete, -Needs documentation updates

If you carefully read the document of - https://www.drupal.org/project/oauth_common, you will find the module is moved to https://www.drupal.org/project/oauth which is the same module. your dependency of oauth_common will be fulfilled by that module, And One more thing that FlickrGallery doesn't require to mention that dependency because https://www.drupal.org/project/flickrapi has that dependency.