Closed (fixed)
Project:
Media: Vimeo
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Aug 2012 at 00:17 UTC
Updated:
14 Sep 2012 at 17:31 UTC
Jump to comment: Most recent file
When you enable a module with Drush, it looks for dependencies and if they're not downloaded, Drush downloads and enables them. Media: Vimeo lists Media: Internet as a dependency, but because Media: Internet comes packaged with Media, there's no project page for Drush to download it from. You get the error:
No release history was found for the requested project
(media_internet).
Module media_vimeo cannot be enabled because it depends on the
following modules which could not be found: media_internet
Fix: Make Media: Vimeo dependent on Media instead. A patch for you, friends:
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | media-vimeo-fix-dependencies-1714498-1.patch | 378 bytes | RobW |
| media-vimeo-fix-dependencies-0.patch | 10.49 KB | RobW |
Comments
Comment #1
RobW commentedNever mind the patch above. I forgot git diff picks up all changes, not just the ones that are committed.
This one should work.
Comment #2
RobW commentedCommitted to dev: http://drupalcode.org/project/media_vimeo.git/commit/985df34fb46884e152c...