diff options
author | Simon Rettberg | 2022-12-12 15:31:06 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-12-12 15:31:06 +0100 |
commit | 20a74d7b383bd2ac377160f6a1f5143dfd378956 (patch) | |
tree | b329eb6c6264a5a13232bdbf5112674c322feda3 /core/modules/libvirt-python | |
parent | [libvirt-python/libvirt-src] Bump version to 8.10 (diff) | |
download | mltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.tar.gz mltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.tar.xz mltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.zip |
Make buildable on debian 12
Diffstat (limited to 'core/modules/libvirt-python')
-rw-r--r-- | core/modules/libvirt-python/module.conf.debian | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/libvirt-python/module.conf.debian b/core/modules/libvirt-python/module.conf.debian new file mode 100644 index 00000000..c550b658 --- /dev/null +++ b/core/modules/libvirt-python/module.conf.debian @@ -0,0 +1,8 @@ +#!/bin/bash +REQUIRED_INSTALLED_PACKAGES=" + python3 + debhelper + dh-python + pkg-config + python3-all-dev +" |