summaryrefslogtreecommitdiffstats
path: root/core/modules/virt-manager
diff options
context:
space:
mode:
authorSimon Rettberg2022-12-12 15:31:06 +0100
committerSimon Rettberg2022-12-12 15:31:06 +0100
commit20a74d7b383bd2ac377160f6a1f5143dfd378956 (patch)
treeb329eb6c6264a5a13232bdbf5112674c322feda3 /core/modules/virt-manager
parent[libvirt-python/libvirt-src] Bump version to 8.10 (diff)
downloadmltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.tar.gz
mltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.tar.xz
mltk-20a74d7b383bd2ac377160f6a1f5143dfd378956.zip
Make buildable on debian 12
Diffstat (limited to 'core/modules/virt-manager')
-rw-r--r--core/modules/virt-manager/module.conf.debian20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/modules/virt-manager/module.conf.debian b/core/modules/virt-manager/module.conf.debian
new file mode 100644
index 00000000..d9b1ccf7
--- /dev/null
+++ b/core/modules/virt-manager/module.conf.debian
@@ -0,0 +1,20 @@
+#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES="
+ python3
+ debhelper
+ dh-python
+ gettext
+ python3-distutils
+ python3-docutils
+ cpio
+ genisoimage
+ gir1.2-libosinfo-1.0
+ gir1.2-gtksource-3.0
+ libglib2.0-bin
+ python3-argcomplete
+ python3-gi
+ python3-gi-cairo
+ python3-libxml2
+ python3-pytest
+ python3-requests
+"