Skip to content

suggestion: always use PythonBundle instead of PythonPackage #15639

@smoors

Description

@smoors

for Python packages we use easyblock PythonPackage, unless it's more than 1 package, then we use PythonBundle.

this is annoying:

  • you always have to remember which one to use and how to use it
  • often when you update a PythonPackage, some additional packages must be added, so you have to change to PythonBundle anyway

so my suggestion: why not always use PythonBundle from the start? is there any downside?

see also #15491

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions