ctools.info.yml is missing its "dependencies:" line, causing a parsing error:

Drupal\Core\Extension\InfoParserException: Unable to parse modules/contrib/ctools/ctools.info.yml Unable to parse at line 6 (near " - drupal:system (>=8.5)"). in Drupal\Core\Extension\InfoParserDynamic->parse()

Patch incoming momentarily.

Comments

wrd created an issue. See original summary.

wrd’s picture

StatusFileSize
new332 bytes
wrd’s picture

Status: Active » Needs review
wrd’s picture

StatusFileSize
new402 bytes

Looks like I needed to patch against the version included in the zip file for composer to patch it correctly.

Status: Needs review » Needs work

The last submitted patch, 4: 3030621-4-missing-dependencies-line.patch, failed testing. View results

wrd’s picture

Hm. I'm not sure how to resolve this. The patch doesn't apply against the version of the file in the 8.x-3.x repository when used by Composer, so it fails testing, but it does apply against the packaged version of the file. Any suggestions?

  • joelpittet committed 9922b35 on 8.x-3.x authored by wrd
    Issue #3030621 by wrd: ctools.info.yml missing "dependencies:" line
    
joelpittet’s picture

Status: Needs work » Fixed

Thanks for the quick fix

joelpittet’s picture

Oh to make a patch on ctools.info.yml the way to do it is get a copy of git and make the patch from there: https://www.drupal.org/node/343333/git-instructions/8.x-3.x

Status: Fixed » Closed (fixed)

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