From d852669f6e0bcf61cdb561021da7bee3ef1cc1ed Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Wed, 8 Mar 2023 11:14:11 -0500 Subject: [build] Drop old dependencies from sos.spec Removes the lingering dependencies on `tar` and `xz` from `sos.spec`, as we have for some time now stopped shelling out to those tools and instead have leveraged their native python modules. Signed-off-by: Jake Hunsaker --- sos.spec | 2 -- 1 file changed, 2 deletions(-) (limited to 'sos.spec') diff --git a/sos.spec b/sos.spec index 496e934b..d18654f1 100644 --- a/sos.spec +++ b/sos.spec @@ -12,8 +12,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: gettext Requires: python3-rpm -Requires: tar -Requires: xz Requires: python3-pexpect Recommends: python3-magic Recommends: python3-pyyaml -- cgit