Lingotek 8.x-1.x-dev specifies the dependencies:

dependencies:
- drupal:locale
- drupal:language
- drupal:content_translation
- drupal:config_translation

test_dependencies:
- metatag:metatag
- paragraphs:paragraphs

The resulting computed full dependencies are:

Required:
token
entity_reference_revisions

Test (optional):
metatag
paragraphs
diff
entity
replicate

Metatag requires token. Paragraphs requires entity_reference_revisions and search_api with test dependencies for diff, entity and replicate. So token and entity_reference should be test dependencies and search_api is missing?

Comments

trobey created an issue. See original summary.

  • trobey committed 8c995fa on 7.x-2.x
    Issue #2798253: Test dependency shows up as required
    
trobey’s picture

search_api is a requirement for the paragraphs_demo module not the paragraphs module so it is okay.

I added code to check if the depender or dependency is recommended and, if so, to make the dependency recommended. I do not know anyplace where this is used currently but the dependency information should be fixed.

trobey’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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