Update git submodules

* Update ansible-role-python_venv_build from branch 'master'
  to 43d785eff201eeb2c0e0dcfce1e4fef536912932
  - Improve python version detection when symlinking libraries
    
    The previous code assumed that the major version ('python3') could be
    obtained by removing the last two characters from 'python3.X. This
    does not work for pyhton releases 3.10 and onward, so this patch
    changes the code to split the string on '.' and take the first portion.
    
    Change-Id: I771cac2fc9badb61c22cfde65775aee97c31f89c
This commit is contained in:
Jonathan Rosser 2022-04-21 20:16:43 +01:00 committed by Gerrit Code Review
parent a4aa0d6852
commit f172c4851b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 908e3ac7b1e42864459c31c0b2f68cc919f52d6a
Subproject commit 43d785eff201eeb2c0e0dcfce1e4fef536912932