Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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 6 years ago by mf2k (Frank Schima)

Port: drush added

In the future, please fill in the Port field.

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Resolution: invalid
Status: newclosed

It is only adding the dependency on drupal8 when using the +drupal8 variant. So install drush without it.

Last edited 6 years ago by mf2k (Frank Schima) (previous) (diff)

comment:3 Changed 6 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.