aboutsummaryrefslogtreecommitdiffstats
path: root/sos.spec
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2023-03-08 11:14:11 -0500
committerJake Hunsaker <jhunsake@redhat.com>2023-03-10 11:06:29 -0500
commitd852669f6e0bcf61cdb561021da7bee3ef1cc1ed (patch)
treef69011697b2af452117e0cb88e99fc81d4384365 /sos.spec
parentaa52c9df4e64ea56c55cf922cd47a3e1253e0064 (diff)
downloadsos-d852669f6e0bcf61cdb561021da7bee3ef1cc1ed.tar.gz
[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 <jhunsake@redhat.com>
Diffstat (limited to 'sos.spec')
-rw-r--r--sos.spec2
1 files changed, 0 insertions, 2 deletions
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