Update git submodules

* Update tripleo-ha-utils from branch 'master'
  to 74eec6791c0ad04fd090444461a94868590ca70c
  - Disable auto discovery
    
    setuptools 61.0 brings breaking changes which are not backwork
    compatible, details in related bug and [1].
    
    Users that don't set ``packages``, ``py_modules``, or `configuration`
    are still likely to observe the auto-discovery behavior, which may
    halt the build if the project contains multiple directories and/or
    multiple Python files directly under the project root.
    
    To disable auto discovery, one can do below in setup.py
    
    ~~~
    setuptools.setup(..,packages=[],..)
    ~~~
    
    or
    
    ~~~
    setuptools.setup(..,py_modules=[],..)
    ~~~
    
    [1] https://github.com/pypa/setuptools/issues/3197
    
    Releated-Bug: #1966382
    Change-Id: I0c9e9833bc30726d575f2560bd0a252417168f8a
This commit is contained in:
Sandeep Yadav 2022-03-28 16:51:01 +05:30 committed by Gerrit Code Review
parent 40abf69ff1
commit c806faa299
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 73af2b0f64c109f1a502e677238a3c6fec31fd00
Subproject commit 74eec6791c0ad04fd090444461a94868590ca70c