Update git submodules

* Update grenade from branch 'master'
  to bdc4d7388eab499618cd7573275a7070669a0763
  - Merge "Disable auto discovery"
  - Disable auto discovery
    
    Tripleo-ci jobs are broken after latest release of setuptools 61.0
    because of 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
    
    Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
    Change-Id: I8ba2f6eccb9f279406321915793709e50e8279d4
This commit is contained in:
Zuul 2022-04-25 20:04:20 +00:00 committed by Gerrit Code Review
parent 9163fb02f9
commit 4175404c3c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b960348631840205786c58dc3e0445bcdd282d5a
Subproject commit bdc4d7388eab499618cd7573275a7070669a0763