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
for Python packages we use easyblock
PythonPackage, unless it's more than 1 package, then we usePythonBundle.this is annoying:
PythonPackage, some additional packages must be added, so you have to change toPythonBundleanywayso my suggestion: why not always use
PythonBundlefrom the start? is there any downside?see also #15491