From 73401f29c098019602a87fefe34beb7cc2c2f638 Mon Sep 17 00:00:00 2001 From: Sneh Shikha Yadav <144450671+sneh-3@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:31:11 +0530 Subject: [PATCH] wrapper/env.conf: Added required packages for rh10 (#330) Signed-off-by: Sneh Shikha Yadav --- config/wrapper/env.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/wrapper/env.conf b/config/wrapper/env.conf index 2fba631..f3b7ddb 100644 --- a/config/wrapper/env.conf +++ b/config/wrapper/env.conf @@ -70,6 +70,8 @@ packages = libvirt-devel,tcpdump,virt-install,qemu-kvm,libvirt,SLOF,genisoimage, packages = gcc,python3-devel,xz-devel,python3-setuptools,numactl,policycoreutils-python-utils,openssl-devel,nfs-utils [deps_rhel9_kvm] packages = libvirt-devel,tcpdump,virt-install,qemu-kvm,libvirt,SLOF,xorriso,attr,nfs-utils +[deps_rhel10] +packages = gcc,python3-devel,xz-devel,python3-setuptools,numactl,policycoreutils-python-utils,openssl-devel,python3-netifaces [deps_rhelbe] packages = gcc,python3-devel,xz-devel,python3-setuptools,numactl [deps_rhelbe_NV]