#55376 closed defect (invalid)
drush @8.1.14 (www, php) pulls in drupal8 as dependecy which is not necessary
Reported by: | mfechner (Matthias Fechner) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.2 |
Keywords: | Cc: | ||
Port: | drush |
Description
Installed the port drush using:
port install drush
It pulls in as dependency drupal8 which is not correct. Drush does not depend on drupal but it can be used to install drupal and/or maintain it.
Could you please remove the dependency to drupal?
Change History (3)
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Port: | drush added |
---|
comment:2 Changed 7 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
It is only adding the dependency on drupal8 when using the +drupal8
variant. So install drush without it.
comment:3 Changed 7 years ago by mfechner (Matthias Fechner)
Thanks, so I must manually disable the variant. So it is working:
port install drush -drupal8
Maybe this helps someone else.
Note: See
TracTickets for help on using
tickets.
In the future, please fill in the Port field.