diff options
author | Simon Rettberg | 2023-07-26 17:41:13 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-07-26 17:41:13 +0200 |
commit | 6a288ac751935145267d3cd980b08cf25d6d0912 (patch) | |
tree | cdc7bf769fb71c2e6fa70672cb4963596cc336ae /core/modules/libvirt-python | |
parent | [libvirt] Add support for CPU pinning, honor host's SMT topology (diff) | |
download | mltk-6a288ac751935145267d3cd980b08cf25d6d0912.tar.gz mltk-6a288ac751935145267d3cd980b08cf25d6d0912.tar.xz mltk-6a288ac751935145267d3cd980b08cf25d6d0912.zip |
[libvirt-python/libvirt-src] Bump libvirt version
Diffstat (limited to 'core/modules/libvirt-python')
-rw-r--r-- | core/modules/libvirt-python/module.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/libvirt-python/module.conf b/core/modules/libvirt-python/module.conf index 6e54fda4..cebae641 100644 --- a/core/modules/libvirt-python/module.conf +++ b/core/modules/libvirt-python/module.conf @@ -5,7 +5,7 @@ REQUIRED_MODULES=" " REQUIRED_GIT=" - https://gitlab.com/libvirt/libvirt-python.git||v9.0.0 + https://gitlab.com/libvirt/libvirt-python.git||v9.5.0 " # copy everything since there is a clean installation done by 'setup.py install' |