Fix dependencies of the modules
Created by: msnassar
Some modules use drupal:{module} as depencancy for contrib modules. Examples:
- https://github.com/openeuropa/oe_whitelabel/blob/1.x/modules/oe_whitelabel_paragraphs/oe_whitelabel_paragraphs.info.yml#L7
- https://github.com/openeuropa/oe_whitelabel/blob/1.x/modules/oe_whitelabel_helper/oe_whitelabel_helper.info.yml
This should be changed to {project}:{module} where {project} is the project name as it appears in the Drupal.org URL...