summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
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/qemu
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/qemu')
-rw-r--r--core/modules/qemu/module.conf.debian10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/modules/qemu/module.conf.debian b/core/modules/qemu/module.conf.debian
new file mode 100644
index 00000000..1853bdf8
--- /dev/null
+++ b/core/modules/qemu/module.conf.debian
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+REQUIRED_INSTALLED_PACKAGES="
+ maven
+ default-jdk-headless
+"
+
+REQUIRED_CONTENT_PACKAGES="
+ jq
+"