Update git submodules

* Update networking-bagpipe from branch 'master'
  to 8e6051947150755c1f54fd06bafb4b5960481ea4
  - 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 -> versionutils.
    convert_version_to_tuple
    - distutils.spawn.find_executable -> shutil.which
    
    Change-Id: I99f862e021fe8a93c3514010ebfa690f09ee54fd
    Closes-Bug: #1973780
This commit is contained in:
elajkat 2022-08-04 14:33:39 +02:00 committed by Gerrit Code Review
parent 780908848b
commit c1e1569ef0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9be4efd857a3501d37ebf3139f71244b2cdde927
Subproject commit 8e6051947150755c1f54fd06bafb4b5960481ea4