We use drush make to build enviroment with all necessary modules and we clone them from http://git.drupal.org
While cloning most of modules (and migrate module as part of current problem) we don`t have version information in module`s .info (which is auto-added on release stage and then auto-packed into tar.gz).
So while trying to enable migrate_extras we have error like "migrate module version should be >2.3".

As solution we have to manually modify migrate_extras.info as
dependencies[] = migrate (>2.3)
to be
dependencies[] = migrate

Comments

mikeryan’s picture

Same deal as #1558158: wordpress_migrate.info "dependencies[] = migrate (>2.3)" not correctly detecting latest migrate. - git_deploy is supposed to take care of this, but a core bug (#1013302: Composer metadata on dev versions doesn't work in update.php) gets in the way. I was tempted to close this, but maybe we're far enough past 2.3 now (around 70% of reported Migrate installs are 2.4 or later) to remove the version dependency.

mikeryan’s picture

Status: Active » Fixed

Done.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.