summaryrefslogtreecommitdiffstats
path: root/core/modules/virt-manager/module.conf.ubuntu
diff options
context:
space:
mode:
authorManuel Bentele2021-10-11 16:55:19 +0200
committerManuel Bentele2021-10-12 13:12:56 +0200
commitc3be71d625db394f74fde333a77a2ff68aba6079 (patch)
tree4ffdcbd0039c736c0044d1487a06119adc866cb2 /core/modules/virt-manager/module.conf.ubuntu
parent[libvirt-python] Change installation directory for python modules (diff)
downloadmltk-c3be71d625db394f74fde333a77a2ff68aba6079.tar.gz
mltk-c3be71d625db394f74fde333a77a2ff68aba6079.tar.xz
mltk-c3be71d625db394f74fde333a77a2ff68aba6079.zip
[virt-manager] Add module to build virt-manager from source
Diffstat (limited to 'core/modules/virt-manager/module.conf.ubuntu')
-rw-r--r--core/modules/virt-manager/module.conf.ubuntu20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/modules/virt-manager/module.conf.ubuntu b/core/modules/virt-manager/module.conf.ubuntu
new file mode 100644
index 00000000..d9b1ccf7
--- /dev/null
+++ b/core/modules/virt-manager/module.conf.ubuntu
@@ -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
+"