Update git submodules

* Update sahara-image-elements from branch 'master'
  to 008b0d7e83bb75d89fed85db0a4a422519fd246b
  - Disable auto-discovery for setuptools
    
    With setuptools release 61.0.0 sahara-image-elements' package build
    command (python3 setup.py sdist bdist_wheel) started to fail:
    
    error: Multiple top-level packages discovered in a flat-layout:
    ['roles', 'elements', 'playbooks'].
    
    This bug is mentioned in setuptools issue 3197 [1], and the suggested
    workaround is to disable auto-discovery by adding 'py_modules=[]' in
    setup.py.
    
    To unblock the gate the following needed to be updated as well:
    - requirements constraints
    - fix lower-constraints job constraints (only the 1st constraints is
      used by pip, which was upper-constraints.txt from install command)
    
    [1] https://github.com/pypa/setuptools/issues/3197
    
    Change-Id: Ib2d3e296e6d405671594dfd630e381ae414a2709
This commit is contained in:
Elod Illes 2022-03-28 17:37:05 +01:00 committed by Gerrit Code Review
parent acce5923e2
commit 003bbf04cb
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ded80db2667438313bab6d448d19ef2305f2e527
Subproject commit 008b0d7e83bb75d89fed85db0a4a422519fd246b