From 286b216c3efbe869162475bd6a3f1473df036f1b Mon Sep 17 00:00:00 2001 From: Anushree-Mathur Date: Thu, 4 Jun 2026 14:58:56 +0530 Subject: [PATCH] Add SLES 16.1 specific package dependencies Define SLES 16.1 specific packages in [deps_sles16_1] section. These packages are only available or required for SLES 16.1 and will not be installed on other SLES 16.x versions. Signed-off-by: Anushree-Mathur --- config/wrapper/env.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/wrapper/env.conf b/config/wrapper/env.conf index 5edd127..1222ad5 100644 --- a/config/wrapper/env.conf +++ b/config/wrapper/env.conf @@ -155,6 +155,8 @@ packages = packages = tcpdump,qemu [deps_sles16] packages = gcc,python311-devel,7zip,xz-devel,python311-setuptools,tcpdump,numactl +[deps_sles16_1] +packages = numa-preplace,gcc,python313-devel,7zip,xz-devel,python313-setuptools,tcpdump,numactl,nfs-client,nfs-kernel-server [deps_slesbe] packages = gcc,python3-devel,xz-devel,python3-setuptools,tcpdump,numactl [deps_slesbe_NV]