From 8faf83d22709d0cf55836762aa614f8ee1ce1dd1 Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:30:40 -0400 Subject: [PATCH 1/2] Update bindep.txt Update bindep.txt --- aws_ee/bindep.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aws_ee/bindep.txt b/aws_ee/bindep.txt index d815e95..981a384 100644 --- a/aws_ee/bindep.txt +++ b/aws_ee/bindep.txt @@ -1,4 +1,6 @@ unzip dnf -systemd-devel [compile platform:rhel-8] -python3-devel +systemd-devel [platform:rpm] +python3.11-devel [platform:rpm] +pkgconf-pkg-config [platform:rpm] +gcc [platform:rpm] From a9d3c74726e0bed57c78d24faf3351364c3d81fc Mon Sep 17 00:00:00 2001 From: Hicham Mourad <43329991+HichamMourad@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:35:51 -0400 Subject: [PATCH 2/2] Update bindep.txt Update bindep.txt --- aws_ee/bindep.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aws_ee/bindep.txt b/aws_ee/bindep.txt index 981a384..b2bbcf1 100644 --- a/aws_ee/bindep.txt +++ b/aws_ee/bindep.txt @@ -1,6 +1,6 @@ unzip dnf -systemd-devel [platform:rpm] -python3.11-devel [platform:rpm] -pkgconf-pkg-config [platform:rpm] -gcc [platform:rpm] +systemd-devel [compile platform:rhel-8] +python3.11-devel [compile platform:rhel-8] +pkgconf-pkg-config [compile platform:rhel-8] +gcc [compile platform:rhel-8]