I'm using Views from git on a site. After updating to 3.1, when I run drush commands it shows the following message:

Views Slideshow requires this module and version. Currently using Views version  (Currently using Unresolved dependency Views (Version     [warning]
>=3.0 required))
Views Slideshow: Cycle requires this module and version. Currently using Views version  (Currently using Unresolved dependency Views       [warning]
(Version >=3.0 required))

I've tracked this down to the dependency line in views_slideshow.info:
dependencies[] = views (>=3.0)

Because on Drupal 7 there is only Views v3, there's no need to include the version requirement.

CommentFileSizeAuthor
#1 views_slideshow-n2176563-1.patch439 bytesDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
439 bytes

This removes the "(>=3.0)" part.

DamienMcKenna’s picture

Issue summary: View changes

Clarifying that this happens when using Views from git, which means the views.info file doesn't have a "version" line.

wickwood’s picture

I'm also having this problem when using dev version of views.

xiukun.zhou’s picture

Status: Needs review » Fixed

commit: 3588fde

Status: Fixed » Closed (fixed)

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