eduNEXT / tutor-contrib-edunext-distro

A tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use and a ready-to-deploy in local or in development openedx distribution.
2 stars 1 forks source link

[BUG] Add package without variables #28

Closed andrey-canon closed 1 year ago

andrey-canon commented 1 year ago

Describe the bug If a package is added without variables this will raise the following error image

To Reproduce Steps to reproduce the behavior:

  1. Add a package like this
    DISTRO_DJANGO_PASSWORD_VALIDATORS_DPKG:
    index: pip
    name: django-password-validators
    private: false
    version: 1.7.0
    private: true
  2. with stack builder runs stack strain dev configure -c

Desired behavior if the attribute variables is not set, apply empty default values

santiagosuarezedunext commented 1 year ago

I think that this is important because affect the correct behavior of Picasso.The team will decide the solution to this, for now you can track the progress here