Update git submodules

* Update neutron from branch 'master'
  to 9ca5c1cc0426f629148e1e40657660671e948ce3
  - Merge "Remove "distutils" library"
  - Remove "distutils" library
    
    Library "distutils" will be marked as deprecated in Python 3.10:
    https://peps.python.org/pep-0386/
    
    This patch does the following replacements, that provide the same
    functionality and API:
    - distutils.version.StrictVersion -> packaging.version.Version
    - distutils.spawn.find_executable -> shutil.which
    
    Closes-Bug: #1973780
    Change-Id: Iad96ad3e7055f71c629efbe80070adbe297cd7aa
This commit is contained in:
Zuul 2022-05-19 19:17:19 +00:00 committed by Gerrit Code Review
parent d0da82a37e
commit 1aa93e4a08
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5c6eff7e15d7b5bf7f0f175293adcec5d953fd6b
Subproject commit 9ca5c1cc0426f629148e1e40657660671e948ce3