All dependencies must be prefixed by project name, So please apply new {project}:{module} format for dependencies in info.yml file
It is supported since 8.0 and 7.40 Change Record: Project namespaces can now be added for module dependencies, and is now a Best Practice Define project dependencies in core module .info files).
It is useful for Installation profiles to work well. So sooner is better.
Hope this helps.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Update_dependencies_format_in_info.yml_3005872-5.patch | 1.49 KB | chipway |
| #2 | Update_dependencies_format_in_info.yml_3005872-2.patch | 615 bytes | chipway |
Comments
Comment #2
chipway commentedHere is the patch. Please review.
I also
added a missing description end dot.
capitalized a module name per coding standards.
Comment #3
matsbla commentedYou've added the prefix to dependencies of the test module, but I guess we also need to update the main module + the submodule?
Comment #4
matsbla commentedComment #5
chipway commentedThanks @matsbla for review.
I added prefixes on other modules, and a dependency on drupal:field for the main one as this module provides a widget.
I also added missing description end dots and capitalized a module name per coding standards.
Here is the patch. Please review.
Comment #6
chipway commentedComment #7
sean_e_dietrichPatch applies successfully. Marking as RTBC.
Comment #9
matsbla commentedOkay, thanks for that!
Comment #10
matsbla commented